Skip to content

Commit 18c41b7

Browse files
committed
eliminated added space
1 parent 2152a5e commit 18c41b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neo/rawio/neuroscoperawio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,11 @@ def _parse_header(self):
6969

7070
# one unique stream
7171
signal_streams = np.array([('Signals', '0')], dtype=_signal_stream_dtype)
72-
72+
7373
# signals
7474
sig_channels = []
7575
for c in range(nb_channel):
7676
name = 'ch{}grp{}'.format(c, channel_group.get(c, 'none'))
77-
7877
chan_id = str(c)
7978
units = 'mV'
8079
offset = 0.

0 commit comments

Comments
 (0)