mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
pyflakes: Unused import / unused var
This commit is contained in:
@@ -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