Skip to content

Commit d2e95a1

Browse files
committed
Any -> object
1 parent bc95b9e commit d2e95a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

av/stream.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from enum import Flag
22
from fractions import Fraction
3-
from typing import Any, Literal, cast
3+
from typing import Literal, cast
44

55
from .codec import Codec, CodecContext
66
from .container import Container
@@ -36,7 +36,7 @@ class Stream:
3636
profiles: list[str]
3737
profile: str | None
3838
index: int
39-
options: dict[str, Any]
39+
options: dict[str, object]
4040
time_base: Fraction | None
4141
average_rate: Fraction | None
4242
base_rate: Fraction | None

0 commit comments

Comments
 (0)