diff --git a/mne_lsl/stream/base.pyi b/mne_lsl/stream/base.pyi index 58ca9b0e9..b5c5434d0 100644 --- a/mne_lsl/stream/base.pyi +++ b/mne_lsl/stream/base.pyi @@ -782,7 +782,7 @@ class BaseStream(ABC, ContainsMixin, SetChannelsMixin): def _check_not_epoched(self, name: str) -> None: """Check that the stream is not being epoched.""" - def _interrupt_acquisition(self) -> Generator[None, None, None]: + def _interrupt_acquisition(self) -> Generator[None]: """Context manager interrupting the acquisition thread.""" _info: Incomplete _picks_inlet: Incomplete