Skip to content

Commit c9f8544

Browse files
committed
Fix linting issues
1 parent 7b9405a commit c9f8544

4 files changed

Lines changed: 0 additions & 10 deletions

File tree

lib/generalUtils/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
from .value_utils import *
2-
from .sketch_utils import *
3-
from .extrude_utils import *
4-
from .persist_utils import *
5-
from .debug_utils import *

lib/panelUtils/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
from .panel_generate import *
2-
from .panel_options import *
3-
from .panel_command import *

lib/panelUtils/panel_generate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
)
1515
from ..generalUtils.extrude_utils import extrude
1616
from .panel_options import PanelOptions
17-
from .. import fusionAddInUtils as futil
1817

1918
app = adsk.core.Application.get()
2019
ui = app.userInterface

lib/panelUtils/panel_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import adsk.core
22
import adsk.fusion
33
from ..generalUtils.persist_utils import Persistable
4-
from .. import fusionAddInUtils as futil
54

65
app = adsk.core.Application.get()
76

0 commit comments

Comments
 (0)