Skip to content

Commit

Permalink
Update stub files (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 15, 2024
1 parent 3fdd973 commit e74566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_lsl/stream/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e74566d

Please sign in to comment.