summaryrefslogtreecommitdiff
path: root/lib/elements/polyline.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-21 21:43:09 -0400
committerLex Neva <github.com@lexneva.name>2018-08-21 21:43:09 -0400
commit908f2cd7727e939b87e3f57c1d3a189705de4c94 (patch)
treed0a868121190fb0ae4cae2b9ee7ae199d5230ef0 /lib/elements/polyline.py
parent94f391ab4262b5e1c8dace0263467a0ec1f17058 (diff)
pyflakes fixes
Diffstat (limited to 'lib/elements/polyline.py')
-rw-r--r--lib/elements/polyline.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/elements/polyline.py b/lib/elements/polyline.py
index d3242795..5bfe5022 100644
--- a/lib/elements/polyline.py
+++ b/lib/elements/polyline.py
@@ -1,7 +1,6 @@
from shapely import geometry as shgeo
-from .element import param, EmbroideryElement, Patch
-from ..i18n import _
+from .element import EmbroideryElement, Patch
from ..utils.geometry import Point
from ..utils import cache