mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-20 12:49:38 +08:00
Adding #@UnusedImport to ignore this import
This commit is contained in:
parent
27423205b0
commit
a00f0ece18
@ -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"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user