Remove unused FileLock import (#74449)
This commit is contained in:
parent
8a2fc854f4
commit
98495ae99d
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ import re
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
from ansible.module_utils.basic import AnsibleModule
|
from ansible.module_utils.basic import AnsibleModule
|
||||||
from ansible.module_utils.common.file import FileLock
|
|
||||||
from ansible.module_utils._text import to_bytes, to_native
|
from ansible.module_utils._text import to_bytes, to_native
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue