Skip to content

Commit 50b5057

Browse files
committed
Remove unused import
1 parent f388fe6 commit 50b5057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from . import shapely20_deprecated
33

44
from shapely.errors import ShapelyDeprecationWarning
5-
from shapely.geometry import LineString, Point
5+
from shapely.geometry import LineString
66
from shapely.geometry.collection import GeometryCollection
77
from shapely.geometry import shape
88
from shapely.geometry import asShape

0 commit comments

Comments
 (0)