summaryrefslogtreecommitdiff
path: root/lib/elements/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/utils.py')
-rw-r--r--lib/elements/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/utils.py b/lib/elements/utils.py
index fde66afc..a340f838 100644
--- a/lib/elements/utils.py
+++ b/lib/elements/utils.py
@@ -5,7 +5,7 @@
from ..commands import is_command
from ..marker import has_marker
-from ..svg.tags import EMBROIDERABLE_TAGS, SVG_IMAGE_TAG, SVG_PATH_TAG, SVG_TEXT_TAG
+from ..svg.tags import EMBROIDERABLE_TAGS, SVG_IMAGE_TAG, SVG_TEXT_TAG
from .clone import Clone, is_clone
from .element import EmbroideryElement
from .empty_d_object import EmptyDObject