Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 76a6b98 commit 67e709a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_swmmanywhere.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 67e709a

Please sign in to comment.