Skip to content

Commit c1bf90e

Browse files
author
Alan Christie
committed
style: Fix lint error with wapi-adapter
1 parent 84e256b commit c1bf90e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/wapi_adapter.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ def get_running_workflow(
102102
response["id"] = running_workflow_id
103103
return response, 0
104104

105-
def get_running_steps(self, *, running_workflow_id: str) -> tuple[dict[str, Any], int]:
105+
def get_running_steps(
106+
self, *, running_workflow_id: str
107+
) -> tuple[dict[str, Any], int]:
106108
# Does nothing at the moment - this is used for the STOP logic.
107109
return {"count": 0, "steps": []}, 0
108110

0 commit comments

Comments
 (0)