Skip to content

Commit

Permalink
Fix typo in import package name. (ansible#59229)
Browse files Browse the repository at this point in the history
(cherry picked from commit cdf0947)
  • Loading branch information
felixfontein committed Jul 18, 2019
1 parent 8074fa9 commit a01b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/module_utils/docker/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@


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
Expand Down

0 comments on commit a01b4ef

Please sign in to comment.