From 920063b324fd59798bc462c644bce8fc543f535b Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 6 Apr 2022 08:12:45 -0400 Subject: fix style --- lib/stitches/point_transfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stitches/point_transfer.py') 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 -- cgit v1.2.3