Skip to content

Commit 24d7724

Browse files
chore: pre-commit
1 parent 4da8f3f commit 24d7724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls_requests/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
if TYPE_CHECKING: # pragma: no cover
1111
from .models import (Cookies, HeaderRotator, Headers, # noqa: F401
12-
ProxyRotator, Request, TLSIdentifierRotator)
12+
ProxyRotator, TLSIdentifierRotator)
1313

1414
AuthTypes = Optional[
1515
Union[

0 commit comments

Comments
 (0)