From 67e709a3674a25d8bb6d10c2509010cef3708b95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:16:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_swmmanywhere.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_swmmanywhere.py b/tests/test_swmmanywhere.py index afaaef09..2e421b9b 100644 --- a/tests/test_swmmanywhere.py +++ b/tests/test_swmmanywhere.py @@ -13,7 +13,7 @@ from swmmanywhere import swmmanywhere from swmmanywhere.graph_utilities import graphfcns from swmmanywhere.metric_utilities import metrics -from swmmanywhere.utilities import plot_map, plot_basic +from swmmanywhere.utilities import plot_basic, plot_map def test_run(): @@ -100,8 +100,6 @@ def test_swmmanywhere(): plot_map(inp.parent) - - def test_load_config_file_validation(): """Test the file validation of the config.""" with tempfile.TemporaryDirectory() as temp_dir: