Skip to content

Commit

Permalink
Make pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 9, 2024
1 parent 7ff5bf5 commit 9954c6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bmi_topography/topography.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ def __init__(
if dem_type in Topography.VALID_DEM_TYPES:
self._dem_type = dem_type
else:
raise ValueError(
f"dem_type must be one of {Topography.VALID_DEM_TYPES}."
)
raise ValueError(f"dem_type must be one of {Topography.VALID_DEM_TYPES}.")

if output_format in Topography.VALID_OUTPUT_FORMATS.keys():
self._output_format = output_format
Expand Down

0 comments on commit 9954c6d

Please sign in to comment.