Fix typo in import package name. (#59229)
(cherry picked from commit cdf0947df0
)
This commit is contained in:
parent
6c14bdeb7e
commit
ffa92f7725
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ except ImportError:
|
|||
|
||||
|
||||
try:
|
||||
from request.exceptions import RequestException
|
||||
from requests.exceptions import RequestException
|
||||
except ImportError:
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue