We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d979acb commit 340b40eCopy full SHA for 340b40e
av/container/core.pyi
@@ -99,7 +99,7 @@ class Container:
99
exc_type: Type[BaseException] | None,
100
exc_val: BaseException | None,
101
exc_tb: TracebackType | None,
102
- ) -> bool: ...
+ ) -> None: ...
103
def set_timeout(self, timeout: Real | None) -> None: ...
104
def start_timeout(self) -> None: ...
105
def chapters(self) -> list[Chapter]: ...
0 commit comments