summaryrefslogtreecommitdiff
path: root/lib/stitches/point_transfer.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2022-04-06 08:12:45 -0400
committerKaalleen <reni@allenka.de>2022-05-04 19:18:33 +0200
commit920063b324fd59798bc462c644bce8fc543f535b (patch)
treee2b9310b51ad417a151f36580d1da1bab611be4a /lib/stitches/point_transfer.py
parentf4c47a8e226af11852e2e530c9b4a6a6403bff07 (diff)
fix style
Diffstat (limited to 'lib/stitches/point_transfer.py')
-rw-r--r--lib/stitches/point_transfer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/point_transfer.py b/lib/stitches/point_transfer.py
index 5506324d..553ffbda 100644
--- a/lib/stitches/point_transfer.py
+++ b/lib/stitches/point_transfer.py
@@ -1,7 +1,7 @@
import math
from collections import namedtuple
-from shapely.geometry import LinearRing, LineString, MultiPoint, Point
+from shapely.geometry import LineString, LinearRing, MultiPoint, Point
from shapely.ops import nearest_points
from ..stitches import constants, sample_linestring