Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsen-usgs committed Feb 1, 2024
1 parent 178e5c0 commit 68eab41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flopy/plot/plotutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _plot_package_helper(package, **kwargs):
model_name=model_name,
colorbar=True,
modelgrid=defaults["modelgrid"],
**kwargs
**kwargs,
)
)

Expand Down Expand Up @@ -434,7 +434,7 @@ def _plot_package_helper(package, **kwargs):
model_name=model_name,
colorbar=True,
modelgrid=defaults["modelgrid"],
**kwargs
**kwargs,
)
)

Expand Down Expand Up @@ -466,7 +466,7 @@ def _plot_package_helper(package, **kwargs):
model_name=model_name,
colorbar=True,
modelgrid=defaults["modelgrid"],
**kwargs
**kwargs,
)
)

Expand Down Expand Up @@ -497,7 +497,7 @@ def _plot_package_helper(package, **kwargs):
fignum=fignum,
colorbar=True,
modelgrid=defaults["modelgrid"],
**kwargs
**kwargs,
)
)

Expand Down

0 comments on commit 68eab41

Please sign in to comment.