Fix typo in import package name. (#59229)
This commit is contained in:
parent
0e8eb1d17f
commit
cdf0947df0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ except ImportError:
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from request.exceptions import RequestException
|
from requests.exceptions import RequestException
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# Either docker-py is no longer using requests, or docker-py isn't around either,
|
# Either docker-py is no longer using requests, or docker-py isn't around either,
|
||||||
# or docker-py's dependency requests is missing. In any case, define an exception
|
# or docker-py's dependency requests is missing. In any case, define an exception
|
||||||
|
|
Loading…
Reference in a new issue