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

(cherry picked from commit d9524bae93)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2021-04-30 06:03:21 +02:00 committed by GitHub
parent a0a5a10c67
commit a007eebba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
# ------------------------------------------------------------------- #