summaryrefslogtreecommitdiff
path: root/lib/stitches/sample_linestring.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stitches/sample_linestring.py')
-rw-r--r--lib/stitches/sample_linestring.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/stitches/sample_linestring.py b/lib/stitches/sample_linestring.py
index fb4bbc52..b2298984 100644
--- a/lib/stitches/sample_linestring.py
+++ b/lib/stitches/sample_linestring.py
@@ -1,11 +1,11 @@
-from shapely.geometry.polygon import LineString
-from shapely.geometry import Point
-from shapely.ops import substring
import math
-import numpy as np
from enum import IntEnum
-from ..stitches import constants
-from ..stitches import point_transfer
+
+import numpy as np
+from shapely.geometry import LineString, Point
+from shapely.ops import substring
+
+from ..stitches import constants, point_transfer
class PointSource(IntEnum):