Skip to content

Commit 7396df0

Browse files
committed
dict
1 parent 84690bb commit 7396df0

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
@@ -105,7 +105,7 @@ class _Params(TypedDict, total=False):
105105
listformats: bool | None
106106
outtmpl: str | Mapping[str, str] | None
107107
outtmpl_na_placeholder: str | None
108-
paths: Mapping[str, str] | None
108+
paths: dict[str, str] | None
109109
restrictfilenames: bool | None
110110
windowsfilenames: bool | None
111111
ignoreerrors: bool | Literal["only_download"] | None

0 commit comments

Comments
 (0)