Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fotto committed Mar 27, 2021
1 parent 9dff41b commit e774b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/mq_user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@

try:
# use different package reference to make it work in community.aws. original line
from ansible.module_utils.core import AnsibleAWSModule
# from ansible.module_utils.core import AnsibleAWSModule
from ansible_collections.amazon.aws.plugins.module_utils.core import AnsibleAWSModule
except ImportError as ex:
raise ex

Expand Down

0 comments on commit e774b24

Please sign in to comment.