Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Sep 20, 2024
1 parent fc688ce commit 9fb2377
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions hydromt_delft3dfm/workflows/boundaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
"get_geometry_coords_for_polygons",
]

_TIMESTR = {"D": "days",
"h": "hours",
"min": "minutes",
"s": "seconds",
"H": "hours", # support for pandas<2.2.0
"S": "seconds", # support for pandas<2.2.0
}
_TIMESTR = {
"D": "days",
"h": "hours",
"min": "minutes",
"s": "seconds",
"H": "hours", # support for pandas<2.2.0
"S": "seconds", # support for pandas<2.2.0
}


def get_boundaries_with_nodeid(
Expand Down

0 comments on commit 9fb2377

Please sign in to comment.