Skip to content

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Sep 6, 2024
1 parent 72d33db commit 41fbc7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taskiq/kicker.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def with_task_id(self, task_id: str) -> "AsyncKicker[_FuncParams, _ReturnType]":
return self

def with_schedule_id(
self,
schedule_id: str,
) -> "AsyncKicker[_FuncParams, _ReturnType]":
self,
schedule_id: str,
) -> "AsyncKicker[_FuncParams, _ReturnType]":
"""
Set schedule_id for current execution.
Expand Down

0 comments on commit 41fbc7b

Please sign in to comment.