Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Oct 27, 2023
1 parent d479a41 commit 1a1b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _shared_utils/shared_utils/geography_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def cut_segments(
.drop(columns="temp_index")
)

segmented2 = gpd.GeoDataFrame(segmented, crs=f"EPSG:{EPSG_CODE}")
segmented2 = gpd.GeoDataFrame(segmented, crs=f"EPSG: {EPSG_CODE}")

return segmented2

Expand Down

0 comments on commit 1a1b58c

Please sign in to comment.