Skip to content

Commit

Permalink
Lint with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
pya committed Mar 25, 2024
1 parent 4d05b40 commit e319098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autotest/test_mbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ def test_run_model_exe_rel_path(mf6_model_path, function_tmpdir, use_ext):
relpath_safe(Path(which("mf6") or "")),
],
)
def test_run_model_custom_print(mf6_model_path, function_tmpdir, use_paths, exe):
def test_run_model_custom_print(
mf6_model_path, function_tmpdir, use_paths, exe
):
ws = function_tmpdir / "ws"
copytree(mf6_model_path, ws)

Expand Down

0 comments on commit e319098

Please sign in to comment.