Skip to content

Commit 87fc797

Browse files
committed
Fix mypy-specific type-check failure
1 parent a4d39c9 commit 87fc797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/worker/test_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5615,6 +5615,7 @@ def __init__(self) -> None:
56155615
@workflow.run
56165616
async def run(
56175617
self,
5618+
_: UseLockOrSemaphoreWorkflowParameters,
56185619
) -> LockOrSemaphoreWorkflowConcurrencySummary:
56195620
await workflow.wait_condition(lambda: self.workflow_may_exit)
56205621
return LockOrSemaphoreWorkflowConcurrencySummary(

0 commit comments

Comments
 (0)