Skip to content

Commit

Permalink
rebase and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 14, 2024
1 parent 96fc8c5 commit 3878326
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autotest/test_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
MF6_PATH = PROJ_ROOT / "flopy" / "mf6"
DFN_PATH = MF6_PATH / "data" / "dfn"
DFN_NAMES = [
dfn.stem
for dfn in DFN_PATH.glob("*.dfn")
if dfn.stem not in ["common", "flopy"]
dfn.stem for dfn in DFN_PATH.glob("*.dfn") if dfn.stem not in ["common", "flopy"]
]


Expand Down

0 comments on commit 3878326

Please sign in to comment.