Remove unused import

Contributes to issue CURA-4797.
This commit is contained in:
Ghostkeeper 2018-01-23 11:20:06 +01:00
parent 5c8d46b5c2
commit cf556ccf8f
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -1,5 +1,7 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from UM.Application import Application from UM.Application import Application
from UM.Logger import Logger
from UM.Scene.SceneNode import SceneNode from UM.Scene.SceneNode import SceneNode
from copy import deepcopy from copy import deepcopy