Skip to content

Commit ab48cea

Browse files
revert
1 parent da2bf53 commit ab48cea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/storage/tests/unit/test_async_jobs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ async def _process_action(action: str, payload: Any) -> Any:
9494
return None
9595

9696

97-
def sync_job(task: Task, task_id: TaskID, action: Action, payload: Any) -> Any:
97+
def sync_job(task: Task, action: Action, payload: Any) -> Any:
9898
_ = task
99-
_ = task_id
10099
return asyncio.run(_process_action(action, payload))
101100

102101

0 commit comments

Comments
 (0)