mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unneeded import.
This commit is contained in:
parent
8457cf433d
commit
251f19263c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import ansible
|
|||
from ansible.callbacks import vv
|
||||
from ansible.errors import AnsibleError as ae
|
||||
from ansible.runner.return_data import ReturnData
|
||||
from ansible.utils import parse_kv, template
|
||||
from ansible.utils import parse_kv
|
||||
from ansible.inventory.host import Host
|
||||
from ansible.inventory.group import Group
|
||||
|
||||
|
|
Loading…
Reference in a new issue