Skip to content

Commit 72afdc6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 19342cd commit 72afdc6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

geojson_aoi/_async/parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,8 @@ def strip_featcol(geojson_obj: GeoJSON | Feature | FeatureCollection) -> list[Ge
118118
# Build a Polygon from scratch out of the coordinates.
119119
polygon = {"type": "Polygon", "coordinates": coordinate}
120120
temp_geoms.append(polygon)
121-
121+
122122
geoms = temp_geoms
123-
124123

125124
elif geojson_type == "Feature":
126125
geoms = [geojson_obj.get("geometry")]

0 commit comments

Comments
 (0)