Skip to content

Commit 890547e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 2eb217f commit 890547e

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 Any , 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)