From ca65547f05734ee1af38ed38bef57c4e310d2aa2 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Mon, 14 Mar 2016 16:06:10 +0100 Subject: [PATCH] Remove unused imports --- cura/PlatformPhysics.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py index df841bd71d..ac14b93160 100644 --- a/cura/PlatformPhysics.py +++ b/cura/PlatformPhysics.py @@ -19,8 +19,6 @@ from . import PlatformPhysicsOperation from . import ConvexHullJob from . import ZOffsetDecorator -import time -import threading import copy class PlatformPhysics: