Skip to content

Commit b46200d

Browse files
fix flake8
1 parent 16aa820 commit b46200d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testsuite/pytests/sli2py_regressions/test_ticket_478.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ def test_generators_static_and_plastic_synapses():
114114

115115
def test_multimeter_static_and_plastic_synapses():
116116
"""
117-
Test that multimeter can only be connected to neurons using static (non-HPC) synapses, and fails for plastic and _hpc static synapses.
117+
Test that multimeter can only be connected to neurons using static (non-HPC) synapses,
118+
and fails for plastic and _hpc static synapses.
118119
"""
119120
# Identify static and plastic synapse models as above
120121
static_defaults = _synapse_param_keys("static_synapse")

0 commit comments

Comments
 (0)