Remove programming error which prevents modules to work with devel. (#2381)

This commit is contained in:
Felix Fontein
2021-04-30 05:50:45 +02:00
committed by GitHub
parent 77fc407a73
commit d9524bae93
25 changed files with 2 additions and 24 deletions

View File

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