add newline

This commit is contained in:
William Zhu 2024-11-18 17:27:41 -05:00
parent 1b4a9e5ce2
commit cc807d9b29

View File

@ -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'})")