summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-12-27 22:53:04 +0100
committerGitHub <noreply@github.com>2024-12-27 22:53:04 +0100
commit38e74354cdfa455bbcad5a631309cd35705c01e4 (patch)
treed3da72ef1467d62ed1489072e2ef4a881d9c31bb /lib/elements/stroke.py
parent7ba51c0c965288357fa16f4f5e788982b0cce1cb (diff)
forgot to remove this (#3375)
Diffstat (limited to 'lib/elements/stroke.py')
-rw-r--r--lib/elements/stroke.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index fadaa93f..8c3d226f 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -19,7 +19,6 @@ from ..svg import get_node_transform, parse_length_with_units
from ..svg.clip import get_clip_path
from ..threads import ThreadColor
from ..utils import Point, cache
-from ..utils.geometry import ensure_multi_line_string
from ..utils.param import ParamOption
from .element import EmbroideryElement, param
from .validation import ValidationWarning