mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Remove unused imports.
This commit is contained in:
parent
9e934acfca
commit
08272dc25d
10 changed files with 2 additions and 37 deletions
|
@ -17,12 +17,10 @@
|
|||
|
||||
#############################################
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import ansible.constants as C
|
||||
from ansible.inventory.host import Host
|
||||
from ansible.inventory.group import Group
|
||||
from ansible import errors
|
||||
from ansible import utils
|
||||
|
||||
class InventoryScript(object):
|
||||
|
@ -53,4 +51,3 @@ class InventoryScript(object):
|
|||
all.add_host(host)
|
||||
all.add_child_group(group)
|
||||
return groups
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue