Skip to content

Commit

Permalink
hints
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 18, 2024
1 parent e9207a1 commit cf68432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions autotest/test_generate_classes.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import sys
from os import environ
from pathlib import Path
<<<<<<< HEAD
from platform import system
=======
>>>>>>> 5cf4ed2a (restore test_generate_classes.py)
from pprint import pprint
from typing import Iterable
from warnings import warn
Expand Down Expand Up @@ -34,10 +31,6 @@ def pytest_generate_tests(metafunc):
against all of the versions of mf6io flopy guarantees
support for- maybe develop and latest release? Though
some backwards compatibility seems ideal if possible.
<<<<<<< HEAD
=======
This would need changes in GH Actions CI test matrix.
>>>>>>> 5cf4ed2a (restore test_generate_classes.py)
"""

owner = "MODFLOW-USGS"
Expand Down
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 cf68432

Please sign in to comment.