Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 3, 2024
1 parent f850921 commit c34e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/mf6/utils/createpackages.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def load_dfn(f, name: Optional[DfnName] = None) -> Dfn:
meta = list
meta.append(f"{sep} {tail.strip()}")
continue
head, sep, tail = line.partition("solution_package")
_, sep, tail = line.partition("solution_package")
continue

# if we hit a newline and the parameter dict
Expand Down

0 comments on commit c34e146

Please sign in to comment.