Skip to content

Commit 7534852

Browse files
committed
pep8
1 parent 5cb352a commit 7534852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/basefromrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class BaseFromRaw(BaseIO):
7070
_prefered_signal_group_mode = 'group-by-same-units' # 'split-all'
7171
_prefered_units_group_mode = 'all-in-one' # 'split-all'
7272
_default_group_mode_have_change_in_0_9 = False
73-
73+
7474
def __init__(self, *args, **kargs):
7575
BaseIO.__init__(self, *args, **kargs)
7676
self.parse_header()

0 commit comments

Comments
 (0)