Fix code style.

Contributes to CURA-5628.
This commit is contained in:
Diego Prado Gesto 2018-08-15 09:14:37 +02:00
parent ebb0317276
commit 3a7fff42b5

View File

@ -76,6 +76,8 @@ class OneAtATimeIterator(Iterator):
continue
bounding_box = node.getBoundingBox()
if not bounding_box:
continue
from UM.Math.Polygon import Polygon
bounding_box_polygon = Polygon([[bounding_box.left, bounding_box.front],
[bounding_box.left, bounding_box.back],