summaryrefslogtreecommitdiff
path: root/lib/stitches/point_transfer.py
diff options
context:
space:
mode:
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