From e319098b7d32d6e806e4bb2eb7454208f8b000f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Mu=CC=88ller?= Date: Mon, 25 Mar 2024 19:47:51 +0100 Subject: [PATCH] Lint with ruff --- autotest/test_mbase.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autotest/test_mbase.py b/autotest/test_mbase.py index 6c8f788e05..2e8688cb3a 100644 --- a/autotest/test_mbase.py +++ b/autotest/test_mbase.py @@ -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)