Skip to content

Commit 2eb217f

Browse files
authored
Update adapters.pyi
1 parent b500e97 commit 2eb217f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/requests/requests/adapters.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from _typeshed import Incomplete
22
from collections.abc import Mapping
33
from ssl import SSLContext
4-
from typing import Literal, TypedDict, type_check_only
4+
from typing import Any , Literal, TypedDict, type_check_only
55
from typing_extensions import NotRequired, deprecated
66

77
import urllib3

0 commit comments

Comments
 (0)