Skip to content

Commit b50a29a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 96043cd commit b50a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/io/eyelink/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def _create_dataframes(raw_extras, apply_offsets):
337337
}
338338
)
339339
df_dict["buttons"] = pd.DataFrame(parsed)
340-
n_button = len(df_dict.get('buttons', []))
340+
n_button = len(df_dict.get("buttons", []))
341341
logger.info(f"Found {n_button} button event{_pl(n_button)} in this file.")
342342

343343
return df_dict

0 commit comments

Comments
 (0)