Skip to content

Commit 39390f6

Browse files
committed
fix for pep8
1 parent 5243aa5 commit 39390f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/rawio/openephysrawio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def _parse_header(self):
166166

167167
self._sig_length[seg_index] = all_sigs_length[0]
168168
self._sig_timestamp0[seg_index] = all_first_timestamps[0]
169-
170-
if len(signal_channels)>0:
169+
170+
if len(signal_channels) > 0:
171171
signal_channels = np.array(signal_channels, dtype=_signal_channel_dtype)
172172
self._sig_sampling_rate = signal_channels['sampling_rate'][0] # unique for channel
173173

0 commit comments

Comments
 (0)