1
0
Fork 0

apply lint

This commit is contained in:
Sean Sube 2023-07-15 16:55:52 -05:00
parent c7e1fce557
commit 1942c45789
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class WorkerContext:
self.last_progress = None
self.idle = idle
self.timeout = 1.0
self.retries = 3 # TODO: get from env
self.retries = 3 # TODO: get from env
def start(self, job: str) -> None:
self.job = job