mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 04:03:13 +08:00
Removing multiple import
We only need to import UM.Platform once.
This commit is contained in:
parent
8e77d212f7
commit
c75261a023
@ -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…
x
Reference in New Issue
Block a user