Change module_utils.basic import to AnsibleModule

Flake 8 displays a warning: unable to detect undefined names
pull/46/head
Christian Kotte 2020-09-24 12:30:03 +02:00
parent c2fd7b31e4
commit ddab7c7403
No known key found for this signature in database
GPG Key ID: 6E24DDCC81A95734
1 changed files with 1 additions and 1 deletions

View File

@ -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