Removing unused imports

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-15 12:17:59 +01:00
parent 95d9700c0e
commit 5ae63f2de1
4 changed files with 2 additions and 8 deletions

View file

@ -2,8 +2,6 @@
# Cura is released under the terms of the AGPLv3 or higher.
from UM.Operations.Operation import Operation
from UM.Operations.AddSceneNodeOperation import AddSceneNodeOperation
from UM.Operations.TranslateOperation import TranslateOperation
from UM.Operations.GroupedOperation import GroupedOperation
## A specialised operation designed specifically to modify the previous operation.