Skip to content

Commit 1f84945

Browse files
pre-commit-ci-lite[bot]klytje
authored andcommitted
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
1 parent 4fc86b5 commit 1f84945

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/sas/qtgui/Calculators/Shape2SAS/Constraints.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#Global
22
import ast
33
import importlib.util
4-
import logging
5-
import re
6-
import traceback
74

85
from PySide6.QtCore import Qt
96
from PySide6.QtWidgets import QPushButton, QWidget

src/sas/sascalc/shape2sas/PluginGenerator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import textwrap
21
from pathlib import Path
32
import logging
43

0 commit comments

Comments
 (0)