mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
pyflakes: Unused import / unused var
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
import sys
|
||||
import getpass
|
||||
import shlex
|
||||
import time
|
||||
from optparse import OptionParser
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ class ParamikoConnection(object):
|
||||
# print "waiting on %s" % result_file
|
||||
time.sleep(1)
|
||||
try:
|
||||
stat = sftp.stat(result_file)
|
||||
sftp.stat(result_file)
|
||||
break
|
||||
except IOError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user