From 69028bf27948e77fe9a4e50f5555fab41bc876af Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 30 Sep 2019 16:24:53 +0200 Subject: [PATCH] Remove unused import Contributes to issue CURA-6785. --- cura/OneAtATimeIterator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/OneAtATimeIterator.py b/cura/OneAtATimeIterator.py index 900eaf2273..b66866a131 100644 --- a/cura/OneAtATimeIterator.py +++ b/cura/OneAtATimeIterator.py @@ -4,7 +4,6 @@ from UM.Scene.Iterator import Iterator from UM.Scene.SceneNode import SceneNode from functools import cmp_to_key -from UM.Application import Application ## Iterator that returns a list of nodes in the order that they need to be printed # If there is no solution an empty list is returned.