Browse Source

Adding #@UnusedImport to ignore this import

Thomas-Karl Pietrowski 9 years ago
parent
commit
a00f0ece18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura_app.py

+ 1 - 1
cura_app.py

@@ -15,7 +15,7 @@ sys.excepthook = exceptHook
 # is a race condition between Arcus and PyQt. Importing Arcus
 # first seems to prevent Sip from going into a state where it
 # tries to create PyQt objects on a non-main thread.
-import Arcus
+import Arcus #@UnusedImport
 import cura.CuraApplication
 
 if sys.platform == "win32" and hasattr(sys, "frozen"):