mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-13 16:40:50 -07:00
Remove unused import (#48639)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
685ea357f9
commit
69191b10c1
7 changed files with 3 additions and 12 deletions
|
@ -119,7 +119,7 @@ except ImportError:
|
|||
import datetime
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.vmware import (PyVmomi, connect_to_api, vmware_argument_spec)
|
||||
from ansible.module_utils.vmware import connect_to_api, vmware_argument_spec
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue