Skip to content

Commit ca85ad9

Browse files
committed
Fix #2053
1 parent 6a0cf68 commit ca85ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

av/container/core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Container:
9999
exc_type: Type[BaseException] | None,
100100
exc_val: BaseException | None,
101101
exc_tb: TracebackType | None,
102-
) -> bool: ...
102+
) -> None: ...
103103
def set_timeout(self, timeout: Real | None) -> None: ...
104104
def start_timeout(self) -> None: ...
105105
def chapters(self) -> list[Chapter]: ...

0 commit comments

Comments
 (0)