summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/stroke.py')
-rw-r--r--lib/elements/stroke.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index e0a0aacc..4828bf65 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -3,11 +3,10 @@ import sys
import shapely.geometry
from ..i18n import _
-from ..stitches import running_stitch, bean_stitch
+from ..stitches import bean_stitch, running_stitch
from ..svg import parse_length_with_units
-from ..utils import cache, Point
-from .element import param, EmbroideryElement, Patch
-
+from ..utils import Point, cache
+from .element import EmbroideryElement, Patch, param
warned_about_legacy_running_stitch = False