Fix typo in import package name. (#59229)

pull/59256/head
Felix Fontein 5 years ago committed by GitHub
parent 0e8eb1d17f
commit cdf0947df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save