Skip to content

Commit fcf8f5f

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,11 @@
512512

513513
# Also inject SSVEP and EEGLAB testing datasets for JupyterLite
514514
mne_data_base = Path(os.path.expanduser("~/mne_data"))
515-
lite_data_base = Path(os.path.abspath(os.path.dirname(__file__))) / "jupyterlite_contents" / "mne_data"
515+
lite_data_base = (
516+
Path(os.path.abspath(os.path.dirname(__file__)))
517+
/ "jupyterlite_contents"
518+
/ "mne_data"
519+
)
516520

517521
src_ssvep = mne_data_base / "ssvep-example-data"
518522
dst_ssvep = lite_data_base / "ssvep-example-data"

0 commit comments

Comments
 (0)