Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 29, 2024
1 parent a21f19a commit 330895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/mf6/utils/codegen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _get_template_name(ctx_name) -> str:
print(f"Wrote {target_path}")


def make_all(dfndir: Path, outdir: Path, verbose: bool = False):
def make_all(dfndir: Path, outdir: PathLike, verbose: bool = False):
"""Generate Python source files from the DFN files in the given location."""

from flopy.mf6.utils.codegen.dfn import Dfn
Expand Down

0 comments on commit 330895e

Please sign in to comment.