diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-27 22:53:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 22:53:04 +0100 |
| commit | 38e74354cdfa455bbcad5a631309cd35705c01e4 (patch) | |
| tree | d3da72ef1467d62ed1489072e2ef4a881d9c31bb /lib/elements | |
| parent | 7ba51c0c965288357fa16f4f5e788982b0cce1cb (diff) | |
forgot to remove this (#3375)
Diffstat (limited to 'lib/elements')
| -rw-r--r-- | lib/elements/stroke.py | 1 |
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 |
