Skip to content

Commit 075110b

Browse files
Update neo/rawio/phyrawio.py
1 parent e4dac22 commit 075110b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neo/rawio/phyrawio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ def _parse_header(self):
138138

139139
# Loop over list of list of dict and annotate each st
140140
for annotation_list in annotation_lists:
141-
clust_key, *property_names = tuple(annotation_list[0].
142-
keys())
141+
clust_key, *property_names = tuple(annotation_list[0].keys())
143142
for property_name in property_names:
144143
if property_name == 'KSLabel':
145144
annotation_name = 'quality'

0 commit comments

Comments
 (0)