Skip to content

Commit a325fef

Browse files
authored
fix: lavels -> labels (#102)
1 parent fc80160 commit a325fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq/abc/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def listen(self) -> AsyncGenerator[bytes, None]:
180180
def task(
181181
self,
182182
task_name: Callable[_FuncParams, _ReturnType],
183-
**lavels: Any,
183+
**labels: Any,
184184
) -> AsyncTaskiqDecoratedTask[_FuncParams, _ReturnType]: # pragma: no cover
185185
...
186186

0 commit comments

Comments
 (0)