diff --git a/taskiq/kicker.py b/taskiq/kicker.py index d362121..beff1c8 100644 --- a/taskiq/kicker.py +++ b/taskiq/kicker.py @@ -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.