Skip to content

Commit ba06485

Browse files
committed
Fixed older python support.
1 parent 5a941fd commit ba06485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq_pipelines/pipeliner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def group(
365365

366366
def group(
367367
self: "Pipeline[_FuncParams, _ReturnType]",
368-
group: Group[Any, Any] | GroupWithArgs[Any, Any],
368+
group: Union[Group[Any, Any], GroupWithArgs[Any, Any]],
369369
) -> "Pipeline[_FuncParams, Any]":
370370
"""
371371
Add group task execution step.

0 commit comments

Comments
 (0)