summaryrefslogtreecommitdiff
path: root/lib/elements/auto_fill.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-08-07 11:21:13 -0400
committerLex Neva <github.com@lexneva.name>2021-08-07 11:21:13 -0400
commit84cb4e2c333d331eb863714797a55589f41e51b2 (patch)
treeaaf46187dd21e719600875bf432349ad1ce31530 /lib/elements/auto_fill.py
parent12ef0c84aa732623b210fdce1a7b8301aa435217 (diff)
move StitchGroup into lib.stitch_plan
Diffstat (limited to 'lib/elements/auto_fill.py')
-rw-r--r--lib/elements/auto_fill.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/elements/auto_fill.py b/lib/elements/auto_fill.py
index 3c13a081..e72af1ef 100644
--- a/lib/elements/auto_fill.py
+++ b/lib/elements/auto_fill.py
@@ -9,13 +9,14 @@ import traceback
from shapely import geometry as shgeo
+from .element import param
+from .fill import Fill
+from .validation import ValidationWarning
from ..i18n import _
+from ..stitch_plan import StitchGroup
from ..stitches import auto_fill
from ..svg.tags import INKSCAPE_LABEL
from ..utils import cache, version
-from .element import StitchGroup, param
-from .fill import Fill
-from .validation import ValidationWarning
class SmallShapeWarning(ValidationWarning):