mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-21 00:19:09 -07:00
Remove programming error which prevents modules to work with devel. (#2381)
This commit is contained in:
parent
77fc407a73
commit
d9524bae93
25 changed files with 2 additions and 24 deletions
|
@ -243,7 +243,6 @@ except ImportError:
|
|||
HAS_OVIRTSDK = False
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.common.removed import removed_module
|
||||
|
||||
|
||||
# ------------------------------------------------------------------- #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue