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] authored and EwoutH committed Jul 22, 2024
1 parent c0f6107 commit ef387af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit ef387af

Please sign in to comment.