Skip to content

Commit e48e749

Browse files
author
sprenger
committed
[neuralynx] pep8
1 parent b159762 commit e48e749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/test/iotest/test_neuralynxio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def test_ncs(self):
239239
nio = NeuralynxIO(dirname=dirname, use_cache=False)
240240
block = nio.read_block()
241241

242-
#check that data agrees in first segment first channel only
242+
# check that data agrees in first segment first channel only
243243
for anasig_id, anasig in enumerate(block.segments[0].analogsignals):
244244
chid = int(anasig.array_annotations['channel_ids'][0])
245245

0 commit comments

Comments
 (0)