From 3b8000035d1010facdce9dacd8b0216aa7eef05d Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Mon, 14 Mar 2016 17:06:44 +0100 Subject: [PATCH] Remove unneeded imports --- plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py index aafc129541..de49e8ba34 100644 --- a/plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py +++ b/plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py @@ -6,10 +6,7 @@ from . import RemovableDrivePlugin from UM.Logger import Logger -import threading - import subprocess -import time import os import plistlib