Skip to content

Commit 96e4ee0

Browse files
committed
pep8
1 parent cb5b7a8 commit 96e4ee0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

neo/rawio/spikeglxrawio.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@ def extract_stream_info(meta_file, meta):
363363
info['units'] = units
364364
info['channel_names'] = [txt.split(';')[0] for txt in meta['snsChanMap']]
365365
info['channel_gains'] = channel_gains
366-
info['channel_offsets'] = np.zeros(info['num_chan'])
366+
info['channel_offsets'] = np.zeros(info['num_chan'])
367367

368368
return info
369-
370-

0 commit comments

Comments
 (0)