Skip to content

Commit 0897b7b

Browse files
daveisferaWyattBlue
authored andcommitted
Fix typing because dts can be None
1 parent baa1bce commit 0897b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

av/packet.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Packet(Buffer):
1010
stream_index: int
1111
time_base: Fraction
1212
pts: int | None
13-
dts: int
13+
dts: int | None
1414
pos: int | None
1515
size: int
1616
duration: int | None

0 commit comments

Comments
 (0)