Commit 850a4ad
committed
Use urllib3 directly instead of requests.packages.urllib3
fixes mypy error: Module has no attribute "urllib3".
Import urllib3 directly to fix type checking after change
I59f76d7c36af198b414114357cdc734b64d74b17 removed the type ignore
comment.
Change-Id: I3404f866543813a43301dc3f2ca8a7e6172e7c79
Signed-off-by: Amit Uniyal <[email protected]>1 parent 2ef4fad commit 850a4ad
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
308 | | - | |
309 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
0 commit comments