Remove unused import

This commit is contained in:
Ghostkeeper 2017-10-16 11:17:50 +02:00
parent 997be09493
commit 58562d59a0
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -10,7 +10,6 @@ from UM.Application import Application
import UM.FlameProfiler
from cura.Settings.ExtruderManager import ExtruderManager
from cura.Settings.ExtruderStack import ExtruderStack #To listen to changes on the extruders.
from cura.Settings.MachineManager import MachineManager #To listen to changes on the extruders of the currently active machine.
catalog = i18nCatalog("cura")