mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-23 20:23:59 +00:00
fmt
This commit is contained in:
@@ -550,7 +550,7 @@ class Runnable(Generic[Input, Output], ABC):
|
||||
inputs: List[Input],
|
||||
config: Optional[Union[RunnableConfig, List[RunnableConfig]]] = None,
|
||||
*,
|
||||
return_exceptions: Literal[True] = True,
|
||||
return_exceptions: Literal[True],
|
||||
**kwargs: Optional[Any],
|
||||
) -> List[Union[Output, BaseException]]:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user