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
21 changed files with 0 additions and 35 deletions

View File

@@ -128,7 +128,6 @@ EXAMPLES = r'''
import os
import re
import subprocess
from ansible.module_utils.basic import AnsibleModule

View File

@@ -137,7 +137,6 @@ force:
'''
import os
import re
from ansible.module_utils.basic import AnsibleModule

View File

@@ -176,8 +176,6 @@ cmd:
import os
import tempfile
import random
import string
import re