mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cachamber - Issue #27566 - Correct urlparse import for maven_artifact module
This commit is contained in:
parent
661d81ef86
commit
afbad8789f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ except ImportError:
|
|||
HAS_BOTO = False
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.six.moves.urllib import parse as urlparse
|
||||
from ansible.module_utils.six.moves.urllib.parse import urlparse
|
||||
from ansible.module_utils.urls import fetch_url
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue