Skip to content

Commit 6207126

Browse files
committed
fix linting
1 parent f47bd7c commit 6207126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trodes_to_nwb/convert_ephys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def __init__(
147147
iterator_loc = len(iterator_size) - i - 1
148148
# calculate systime regression on full epoch, parameters stored and inherited by partial iterators
149149
if self.neo_io[iterator_loc].sysClock_byte:
150-
self.neo_io[iterator_loc].get_regressed_systime(0, None)
150+
self.neo_io[iterator_loc].get_regressed_systime(0, None)
151151
while j < size:
152152
sub_iterators.append(
153153
SpikeGadgetsRawIOPartial(

0 commit comments

Comments
 (0)