diff --git a/cura/CuraActions.py b/cura/CuraActions.py index 36bf32fdd7..dd11eb2b97 100644 --- a/cura/CuraActions.py +++ b/cura/CuraActions.py @@ -1,4 +1,4 @@ -from PyQt5.QtCore import QObject, pyqtSlot, pyqtProperty, QUrl +from PyQt5.QtCore import QObject, pyqtSlot, QUrl from PyQt5.QtGui import QDesktopServices from UM.Event import CallFunctionEvent diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py index f660d68f34..b8934b8796 100644 --- a/cura/PlatformPhysics.py +++ b/cura/PlatformPhysics.py @@ -5,8 +5,6 @@ from PyQt5.QtCore import QTimer from UM.Scene.SceneNode import SceneNode from UM.Scene.Iterator.BreadthFirstIterator import BreadthFirstIterator -from UM.Operations.TranslateOperation import TranslateOperation -from UM.Math.Float import Float from UM.Math.Vector import Vector from UM.Math.AxisAlignedBox import AxisAlignedBox from UM.Application import Application diff --git a/cura/PlatformPhysicsOperation.py b/cura/PlatformPhysicsOperation.py index c307ae5ae9..5d2089e8af 100644 --- a/cura/PlatformPhysicsOperation.py +++ b/cura/PlatformPhysicsOperation.py @@ -2,8 +2,6 @@ # Cura is released under the terms of the AGPLv3 or higher. from UM.Operations.Operation import Operation -from UM.Operations.AddSceneNodeOperation import AddSceneNodeOperation -from UM.Operations.TranslateOperation import TranslateOperation from UM.Operations.GroupedOperation import GroupedOperation ## A specialised operation designed specifically to modify the previous operation. diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index 73dde53437..d3eaab662c 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -1,11 +1,9 @@ # Copyright (c) 2015 Ultimaker B.V. # Cura is released under the terms of the AGPLv3 or higher. -from PyQt5.QtCore import QObject, QDateTime, QTimer, pyqtSignal, pyqtSlot, pyqtProperty +from PyQt5.QtCore import QObject, pyqtSignal, pyqtProperty from UM.Application import Application -from UM.Resources import Resources -from UM.Scene.SceneNode import SceneNode from UM.Qt.Duration import Duration import math