Skip to content

Commit 2533f52

Browse files
reorder imports
1 parent 69cd54a commit 2533f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sopa/segmentation/shapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
import shapely.affinity
88
import skimage
99
from geopandas import GeoDataFrame
10+
from shapely.errors import GEOSException
1011
from shapely.geometry import GeometryCollection, LinearRing, MultiPolygon, Polygon
1112
from skimage.draw import polygon
1213
from skimage.measure._regionprops import RegionProperties
13-
from shapely.errors import GEOSException
1414

1515
log = logging.getLogger(__name__)
1616

0 commit comments

Comments
 (0)