Skip to content

Commit

Permalink
FIX: fix 12391 proper import of mne.viz.eyetracking with lazy_loader
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Jan 27, 2024
1 parent bcb7994 commit 8abb08b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mne/viz/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ __all__ = [
"compare_fiff",
"concatenate_images",
"create_3d_figure",
"eyetracking",
"get_3d_backend",
"get_brain_class",
"get_browser_backend",
Expand Down Expand Up @@ -86,7 +87,7 @@ __all__ = [
"use_3d_backend",
"use_browser_backend",
]
from . import _scraper, backends, ui_events
from . import _scraper, backends, eyetracking, ui_events
from ._3d import (
link_brains,
plot_alignment,
Expand Down

0 comments on commit 8abb08b

Please sign in to comment.