diff --git a/libs/core/tests/unit_tests/runnables/test_runnable.py b/libs/core/tests/unit_tests/runnables/test_runnable.py index 48a617c588e..2f49c71a89c 100644 --- a/libs/core/tests/unit_tests/runnables/test_runnable.py +++ b/libs/core/tests/unit_tests/runnables/test_runnable.py @@ -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" })) == "RunnableParallelInput(root={'foo': 'Y', 'bar': 'Z'})") \ No newline at end of file + assert(repr(parallel.input_schema.validate({ "foo": "Y", "bar": "Z" })) == "RunnableParallelInput(root={'foo': 'Y', 'bar': 'Z'})")