Skip to content

Commit

Permalink
Fix mypy-specific type-check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jul 1, 2024
1 parent a4d39c9 commit 87fc797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/worker/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5615,6 +5615,7 @@ def __init__(self) -> None:
@workflow.run
async def run(
self,
_: UseLockOrSemaphoreWorkflowParameters,
) -> LockOrSemaphoreWorkflowConcurrencySummary:
await workflow.wait_condition(lambda: self.workflow_may_exit)
return LockOrSemaphoreWorkflowConcurrencySummary(
Expand Down

0 comments on commit 87fc797

Please sign in to comment.