Remove unused imports

This commit is contained in:
ChrisTerBeke 2019-08-05 19:38:46 +02:00
parent a1b986fd3a
commit f9c543dac8
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ from UM import i18nCatalog
from UM.Backend.Backend import BackendState
from UM.FileHandler.FileHandler import FileHandler
from UM.Logger import Logger
from UM.Message import Message
from UM.Scene.SceneNode import SceneNode
from UM.Version import Version
from cura.CuraApplication import CuraApplication