Skip to content

Commit

Permalink
flake8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
netort committed Mar 30, 2018
1 parent 89749fa commit 0c48395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yandextank/plugins/DataUploader/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def __init__(self, core, cfg, cfg_updater):
self.events = threading.Thread(target=self.__events_uploader)
self.events.daemon = True


self.retcode = -1
self._target = None
self.task_name = ''
Expand Down

0 comments on commit 0c48395

Please sign in to comment.