Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldOfView committed Oct 31, 2023
1 parent 805d5bc commit 4c6f360
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions SidebarGUIPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
from UM.Extension import Extension
from UM.Logger import Logger

try:
from cura.ApplicationMetadata import CuraSDKVersion
except ImportError: # Cura <= 3.6
CuraSDKVersion = "6.0.0"
if CuraSDKVersion >= "8.0.0":
from PyQt6.QtCore import QUrl
from PyQt6.QtQml import qmlRegisterSingletonType
else:
from PyQt5.QtCore import QUrl
from PyQt5.QtQml import qmlRegisterSingletonType

from .SidebarGUIProxy import SidebarGUIProxy


Expand Down

0 comments on commit 4c6f360

Please sign in to comment.