Skip to content

Commit 4c6f360

Browse files
committed
Remove unused imports
1 parent 805d5bc commit 4c6f360

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

SidebarGUIPlugin.py

-11
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
from UM.Extension import Extension
77
from UM.Logger import Logger
88

9-
try:
10-
from cura.ApplicationMetadata import CuraSDKVersion
11-
except ImportError: # Cura <= 3.6
12-
CuraSDKVersion = "6.0.0"
13-
if CuraSDKVersion >= "8.0.0":
14-
from PyQt6.QtCore import QUrl
15-
from PyQt6.QtQml import qmlRegisterSingletonType
16-
else:
17-
from PyQt5.QtCore import QUrl
18-
from PyQt5.QtQml import qmlRegisterSingletonType
19-
209
from .SidebarGUIProxy import SidebarGUIProxy
2110

2211

0 commit comments

Comments
 (0)