Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Oct 5, 2024
1 parent aaa08fb commit 07c90eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/core/providers/orchestration/hatchet.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def get_worker(self, name: str, max_threads: Optional[int] = None) -> Any:
self.worker = self.orchestrator.worker(name, max_threads)
return self.worker


def concurrency(self, *args, **kwargs) -> Callable:
return self.orchestrator.concurrency(*args, **kwargs)

Expand Down

0 comments on commit 07c90eb

Please sign in to comment.