Skip to content

Commit edf033a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a1c0189 commit edf033a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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)