Skip to content

Commit

Permalink
hints
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 17, 2024
1 parent e9207a1 commit bab83ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/mf6/utils/codegen/dfn.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Dfns = Dict[str, "Dfn"]


def _try_parse_bool(value):
def _try_parse_bool(value: Any) -> Any:
"""
Try to parse a boolean from a string as represented
in a DFN file, otherwise return the value unaltered.
Expand Down

0 comments on commit bab83ac

Please sign in to comment.