Coding style.

This commit is contained in:
Andrew Hamilton 2016-10-18 12:51:49 +02:00
parent 8c11b73714
commit 9a07571d75
2 changed files with 0 additions and 14 deletions

View file

@ -52,7 +52,6 @@ class Worker:
while True:
await jobs_added_event.wait()
while True:
# _regulate_temperature(log) # My fan is broken
try:
self.result = summary.get_closest_placeholder()
except StopIteration: