From ef387af1bc69a13a7508e5922741861d71ac1bfa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:57:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test_examples.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test_examples.py b/test_examples.py index 90d3446d..eafb9d3e 100644 --- a/test_examples.py +++ b/test_examples.py @@ -35,10 +35,7 @@ def test_model_steps(model_class): def get_batch_scripts(): - return [ - 'examples.bank_reserves.batch_run', - 'examples.sugarscape_g1mt.run' - ] + return ["examples.bank_reserves.batch_run", "examples.sugarscape_g1mt.run"] @pytest.mark.parametrize("script_module", get_batch_scripts())