Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 414033c

Browse files
committed
Fix Linting
1 parent c60e1e2 commit 414033c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/affinity-workers/worker.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ async def step(self, context: Context):
2727

2828
return {"worker": context.worker.id()}
2929

30+
3031
def main():
3132
worker = hatchet.worker(
3233
"affinity-worker",
@@ -39,5 +40,6 @@ def main():
3940
worker.register_workflow(AffinityWorkflow())
4041
worker.start()
4142

43+
4244
if __name__ == "__main__":
43-
main()
45+
main()

0 commit comments

Comments
 (0)