Skip to content

Commit ef387af

Browse files
pre-commit-ci[bot]EwoutH
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c0f6107 commit ef387af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: test_examples.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ def test_model_steps(model_class):
3535

3636

3737
def get_batch_scripts():
38-
return [
39-
'examples.bank_reserves.batch_run',
40-
'examples.sugarscape_g1mt.run'
41-
]
38+
return ["examples.bank_reserves.batch_run", "examples.sugarscape_g1mt.run"]
4239

4340

4441
@pytest.mark.parametrize("script_module", get_batch_scripts())

0 commit comments

Comments
 (0)