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 b07cd0a commit af4ac59Copy full SHA for af4ac59
.ci/upload-release.py
@@ -4,7 +4,7 @@
4
import urlparse
5
import requests
6
7
-import urllib3
+from requests.packages import urllib3
8
urllib3.disable_warnings()
9
10
0 commit comments