Skip to content

Commit c50bbea

Browse files
committed
Fix flake8
1 parent 420a308 commit c50bbea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

testsuite/pytests/sli2py_mpi/test_issue_600.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ def test_issue_600():
5757

5858
sr = nest.Create(
5959
"spike_recorder",
60-
params={"record_to": "ascii", "time_in_steps": True, "label": SPIKE_LABEL.format(nest.num_processes)},
60+
params={
61+
"record_to": "ascii",
62+
"time_in_steps": True,
63+
"label": SPIKE_LABEL.format(nest.num_processes), # noqa: F821
64+
},
6165
)
6266

6367
# Use weights as required or sufficient to trigger spikes in n3, n2, n4

0 commit comments

Comments
 (0)