Skip to content

Commit

Permalink
Remove unused FileLock import (ansible#74449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews authored Apr 29, 2021
1 parent 8a2fc85 commit 98495ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/known_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
import tempfile

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


Expand Down

0 comments on commit 98495ae

Please sign in to comment.