Skip to content

Commit b04dc1f

Browse files
committed
Oupsi
1 parent 2b035a0 commit b04dc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/entity/impact_funcs/impact_func_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def get_func(
229229
else:
230230
return self._data
231231

232-
def get_hazard_types(self, fun_id: Optional[str | int]) -> list[str]:
232+
def get_hazard_types(self, fun_id: Optional[str | int] = None) -> list[str]:
233233
"""Get impact functions hazard types contained for the id provided.
234234
Return all hazard types if no input id.
235235

0 commit comments

Comments
 (0)