Skip to content

Commit 8edd78b

Browse files
authored
Update __init__.pyi
oops
1 parent 132429c commit 8edd78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/yt-dlp/yt_dlp/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class _Params(TypedDict, total=False):
231231
useid: bool | None
232232
compat_opts: dict[str, Any] | None
233233
logger: _LoggerProtocol
234-
post_hooks: Iterable[Callable[[Incomplete], object]
234+
post_hooks: Iterable[Callable[[Incomplete], object]]
235235
# Undocumented fields below.
236236
_deprecation_warnings: Collection[str] | None
237237
_warnings: Collection[str] | None

0 commit comments

Comments
 (0)