1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-09 13:37:15 +00:00

multiple modules: removed unused imports (#5258) (#5268)

(cherry picked from commit 0a85bb7d23)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2022-09-10 12:18:27 +02:00 committed by GitHub
parent 269df75421
commit 0342cf1730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 0 additions and 35 deletions

View file

@ -171,8 +171,6 @@ instance:
}
'''
import re
HAS_XENAPI = False
try:
import XenAPI