Removing multiple import

We only need to import UM.Platform once.
This commit is contained in:
Thomas Karl Pietrowski 2017-03-18 09:57:09 +01:00 committed by GitHub
parent 8e77d212f7
commit c75261a023

View file

@ -50,7 +50,6 @@ sys.excepthook = exceptHook
# first seems to prevent Sip from going into a state where it
# tries to create PyQt objects on a non-main thread.
import Arcus #@UnusedImport
from UM.Platform import Platform
import cura.CuraApplication
import cura.Settings.CuraContainerRegistry