Skip to content

Commit af4ac59

Browse files
committed
Fixed bug in deploy script
1 parent b07cd0a commit af4ac59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/upload-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import urlparse
55
import requests
66

7-
import urllib3
7+
from requests.packages import urllib3
88
urllib3.disable_warnings()
99

1010

0 commit comments

Comments
 (0)