Skip to content

Commit f7a54d1

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

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
@@ -752,7 +752,7 @@ def get_button_description(row):
752752
return f"button_{button_id}_{action}"
753753
except Exception as e:
754754
raise ValueError(f"Invalid row for button: {row}") from e
755-
755+
756756
df = df.sort_values("time")
757757
onsets = df["time"]
758758
durations = np.zeros_like(onsets)

0 commit comments

Comments
 (0)