Skip to content

Commit 340b40e

Browse files
committed
Fix #2053
1 parent d979acb commit 340b40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)