mirror of https://github.com/kewlfft/ansible-aur
Change module_utils.basic import to AnsibleModule
Flake 8 displays a warning: unable to detect undefined namespull/46/head
parent
c2fd7b31e4
commit
ddab7c7403
|
@ -2,7 +2,7 @@
|
|||
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.urls import open_url
|
||||
import json
|
||||
import shlex
|
||||
|
|
Loading…
Reference in New Issue