Index: third_party/requests/packages/urllib3/__init__.py |
diff --git a/third_party/requests/packages/urllib3/__init__.py b/third_party/requests/packages/urllib3/__init__.py |
index bff80b8eb48593507c2c5e203b1ed00e1ee0d92c..73071f7001b5a7b6973f2d7f8985c98ca23d1d71 100644 |
--- a/third_party/requests/packages/urllib3/__init__.py |
+++ b/third_party/requests/packages/urllib3/__init__.py |
@@ -23,7 +23,7 @@ from . import exceptions |
from .filepost import encode_multipart_formdata |
from .poolmanager import PoolManager, ProxyManager, proxy_from_url |
from .response import HTTPResponse |
-from .util import make_headers, get_host |
+from .util import make_headers, get_host, Timeout |
# Set default logging handler to avoid "No handler found" warnings. |