1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove duplicate import.

This commit is contained in:
Michael DeHaan 2013-05-11 17:26:47 -04:00
parent a78edbb45c
commit 2a091a3505

View file

@ -25,7 +25,6 @@ import fnmatch
import tempfile import tempfile
import fcntl import fcntl
import constants import constants
import getpass
from ansible.color import stringc from ansible.color import stringc
import logging import logging