1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-10 14:05:07 +00:00

multiple modules: removed unused imports (#5258)

This commit is contained in:
Alexei Znamensky 2022-09-10 21:19:14 +12:00 committed by GitHub
parent dde0b55f1a
commit 0a85bb7d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 0 additions and 35 deletions

View file

@ -156,7 +156,6 @@ out:
'''
import os
import re
import json
from ansible.module_utils.basic import AnsibleModule

View file

@ -71,10 +71,7 @@ EXAMPLES = '''
update_cache: true
'''
import json
import os
import shlex
import sys
from ansible.module_utils.basic import AnsibleModule

View file

@ -58,9 +58,7 @@ EXAMPLES = '''
state: absent
'''
import os
import re
import sys
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.six.moves import shlex_quote

View file

@ -81,10 +81,6 @@ EXAMPLES = '''
'''
import os
import shlex
import sys
from ansible.module_utils.basic import AnsibleModule