Skip to content

Commit

Permalink
fixup: Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 30, 2023
1 parent 261e4eb commit f9b940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geofabrics/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2761,7 +2761,7 @@ def estimate_open_elevations(

# save out the polygons
open_waterways.buffer(open_waterways["width"]).to_file(polygon_file)

# If no closed waterways write out empty files and return
if len(open_waterways) == 0:
open_waterways["elevation"] = []
Expand Down

0 comments on commit f9b940e

Please sign in to comment.