Skip to content

Commit

Permalink
Rerunning black in response to MODFLOW-USGS#1493 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Dec 22, 2023
1 parent d517424 commit f76303a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/mf6io/mf6ivar/mf6ivar.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def parse_mf6var_file(fname):
vd = {}

for line in lines:

# skip blank lines
if len(line.strip()) == 0:
if len(vd) > 0:
Expand Down Expand Up @@ -682,7 +681,6 @@ def write_appendix(texdir, allblocks):


if __name__ == "__main__":

file_order = [
"sim-nam", # dfn completed tex updated
"sim-tdis", # dfn completed tex updated
Expand Down

0 comments on commit f76303a

Please sign in to comment.