Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-quix committed Dec 20, 2024
1 parent 965939d commit 47713fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quixstreams/core/stream/functions/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _resolve_branching(self, *child_executors: VoidExecutor) -> VoidExecutor:
is returned as is.
"""
if not child_executors:
raise TypeError("At least one executor is required")
raise ValueError("At least one executor is required")

if len(child_executors) > 1:

Expand Down

0 comments on commit 47713fd

Please sign in to comment.