From 6cd1171051727634ec02d6039f9fc395ba20ba57 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Tue, 15 Mar 2016 12:53:07 +0100 Subject: [PATCH] Removing unused imports --- plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py | 1 - plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py b/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py index f73ba46c85..3644ae54ca 100644 --- a/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py +++ b/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py @@ -8,7 +8,6 @@ from UM.Mesh.MeshWriter import MeshWriter from UM.Scene.Iterator.BreadthFirstIterator import BreadthFirstIterator from UM.OutputDevice.OutputDevice import OutputDevice from UM.OutputDevice import OutputDeviceError -from UM.Preferences import Preferences from UM.i18n import i18nCatalog catalog = i18nCatalog("cura") diff --git a/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py index 1a095e2a68..6ab095f338 100644 --- a/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py +++ b/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py @@ -4,7 +4,6 @@ import threading import time -from UM.Signal import Signal from UM.Message import Message from UM.OutputDevice.OutputDevicePlugin import OutputDevicePlugin