We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da8f3f commit 24d7724Copy full SHA for 24d7724
tls_requests/types.py
@@ -9,7 +9,7 @@
9
10
if TYPE_CHECKING: # pragma: no cover
11
from .models import (Cookies, HeaderRotator, Headers, # noqa: F401
12
- ProxyRotator, Request, TLSIdentifierRotator)
+ ProxyRotator, TLSIdentifierRotator)
13
14
AuthTypes = Optional[
15
Union[
0 commit comments