diff options
Diffstat (limited to 'lib/stitches/point_transfer.py')
| -rw-r--r-- | lib/stitches/point_transfer.py | 2 |
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 |
