summaryrefslogtreecommitdiff
path: root/lib/elements/auto_fill.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/auto_fill.py')
-rw-r--r--lib/elements/auto_fill.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/elements/auto_fill.py b/lib/elements/auto_fill.py
index 6eb1f10c..08ae67f7 100644
--- a/lib/elements/auto_fill.py
+++ b/lib/elements/auto_fill.py
@@ -1,10 +1,10 @@
import math
-from .. import _
-from .element import param, Patch
-from ..utils import cache
-from .fill import Fill
from shapely import geometry as shgeo
+from ..i18n import _
+from ..utils import cache
from ..stitches import auto_fill
+from .element import param, Patch
+from .fill import Fill
class AutoFill(Fill):