mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 15:16:21 +00:00
add newline
This commit is contained in:
parent
1b4a9e5ce2
commit
cc807d9b29
@ -5498,4 +5498,4 @@ def test_runnable_typed_dict_schema() -> None:
|
||||
foo=foo_runnable,
|
||||
other=other_runnable,
|
||||
)
|
||||
assert(repr(parallel.input_schema.validate({ "foo": "Y", "bar": "Z" })) == "RunnableParallel<foo,other>Input(root={'foo': 'Y', 'bar': 'Z'})")
|
||||
assert(repr(parallel.input_schema.validate({ "foo": "Y", "bar": "Z" })) == "RunnableParallel<foo,other>Input(root={'foo': 'Y', 'bar': 'Z'})")
|
||||
|
Loading…
Reference in New Issue
Block a user