Skip to content

Commit

Permalink
fix(pre-commit.ci): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2023
1 parent 7afbffc commit cfc81f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion srai/regionizers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ def _explode_multipolygons(self, gdf: gpd.GeoDataFrame) -> gpd.GeoDataFrame:
Returns:
GeoDataFrame with exploded multipolygons.
"""
return gdf.explode(index_parts=True).reset_index(drop=True)

0 comments on commit cfc81f0

Please sign in to comment.