Skip to content

Commit

Permalink
remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 31, 2024
1 parent 9141425 commit 13e7d5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flopy/mf6/utils/codegen/dfn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from ast import literal_eval
from collections import UserDict
from dataclasses import dataclass
from enum import Enum
from keyword import kwlist
from os import PathLike
Expand All @@ -12,7 +11,6 @@
Optional,
Tuple,
TypedDict,
Union,
)
from warnings import warn

Expand Down

0 comments on commit 13e7d5f

Please sign in to comment.