Skip to content

Commit 41fbc7b

Browse files
committed
Fixed formatting.
1 parent 72d33db commit 41fbc7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

taskiq/kicker.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ def with_task_id(self, task_id: str) -> "AsyncKicker[_FuncParams, _ReturnType]":
7979
return self
8080

8181
def with_schedule_id(
82-
self,
83-
schedule_id: str,
84-
) -> "AsyncKicker[_FuncParams, _ReturnType]":
82+
self,
83+
schedule_id: str,
84+
) -> "AsyncKicker[_FuncParams, _ReturnType]":
8585
"""
8686
Set schedule_id for current execution.
8787

0 commit comments

Comments
 (0)