mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 15:16:21 +00:00
fix lint
This commit is contained in:
parent
fbdfad35f7
commit
1b4a9e5ce2
@ -3599,7 +3599,7 @@ class RunnableParallel(RunnableSerializable[Input, dict[str, Any]]):
|
|||||||
return super().get_input_schema(config)
|
return super().get_input_schema(config)
|
||||||
|
|
||||||
# This is correct, but pydantic typings/mypy don't think so.
|
# This is correct, but pydantic typings/mypy don't think so.
|
||||||
return create_model_v2( # type: ignore[call-overload]
|
return create_model_v2( # type: ignore[call-overload]
|
||||||
self.get_name("Input"),
|
self.get_name("Input"),
|
||||||
field_definitions={
|
field_definitions={
|
||||||
k: (v.annotation, v.default)
|
k: (v.annotation, v.default)
|
||||||
|
Loading…
Reference in New Issue
Block a user