Removing unused imports

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-15 12:57:03 +01:00
parent 148c13ac31
commit 6a4e2019dc
2 changed files with 2 additions and 5 deletions

View file

@ -5,7 +5,6 @@ from UM.View.View import View
from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
from UM.Resources import Resources
from UM.Application import Application
from UM.Math.Color import Color
from UM.Preferences import Preferences
from UM.View.Renderer import Renderer