Browse Source

Remove unused import

Contributes to issue CURA-6785.
Ghostkeeper 5 years ago
parent
commit
69028bf279
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cura/OneAtATimeIterator.py

+ 0 - 1
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.