fix pylint whitespace errors

This commit is contained in:
David Boucha 2015-01-05 11:48:01 -07:00
parent 88fbb8bc90
commit d83858bb40

View File

@ -1506,7 +1506,6 @@ class Minion(MinionBase):
exc_info=err
)
def _windows_thread_cleanup(self):
'''
Cleanup Windows threads
@ -1518,11 +1517,10 @@ class Minion(MinionBase):
thread.join()
try:
self.win_proc.remove(thread)
del(thread)
del thread
except (ValueError, NameError):
pass
# Main Minion Tune In
def tune_in(self):
'''