Skip to content

Commit 4e87100

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ad0f0e commit 4e87100

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mne/io/eyelink/tests/test_eyelink.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,10 @@ def _simulate_eye_tracking_data(in_file, out_file):
279279
and button_events[button_idx][0] == timestamp
280280
):
281281
t, btn_id, state = button_events[button_idx]
282-
fp.write(f"BUTTON\t{t}\t{btn_id}\t{state}\t100\t20\t45\t45\t127.0\t"
283-
"1497.0\t5189.0\t512.5\t.............\n")
282+
fp.write(
283+
f"BUTTON\t{t}\t{btn_id}\t{state}\t100\t20\t45\t45\t127.0\t"
284+
"1497.0\t5189.0\t512.5\t.............\n"
285+
)
284286
button_idx += 1
285287
fp.write("END\t7453390\tRIGHT\tSAMPLES\tEVENTS\n")
286288

0 commit comments

Comments
 (0)