Fix typo in import package name. (#59229)

(cherry picked from commit cdf0947df0)
This commit is contained in:
Felix Fontein 2019-07-18 16:54:33 +02:00 committed by Toshio Kuratomi
parent 6c14bdeb7e
commit ffa92f7725

View file

@ -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