mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Removing multiple import
We only need to import UM.Platform once.
This commit is contained in:
parent
8e77d212f7
commit
c75261a023
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ sys.excepthook = exceptHook
|
||||||
# first seems to prevent Sip from going into a state where it
|
# first seems to prevent Sip from going into a state where it
|
||||||
# tries to create PyQt objects on a non-main thread.
|
# tries to create PyQt objects on a non-main thread.
|
||||||
import Arcus #@UnusedImport
|
import Arcus #@UnusedImport
|
||||||
from UM.Platform import Platform
|
|
||||||
import cura.CuraApplication
|
import cura.CuraApplication
|
||||||
import cura.Settings.CuraContainerRegistry
|
import cura.Settings.CuraContainerRegistry
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue