urllib3: stubs are not Python 2 compatible (#7480)

They use http.client, which is Python 3-only. Another catch from #7478.
This commit is contained in:
Jelle Zijlstra
2022-03-12 23:09:01 -08:00
committed by GitHub
parent c89236d1cf
commit bd449c983a

View File

@@ -1,2 +1 @@
version = "1.26.*"
python2 = true