Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 10, 2024
1 parent 213c4ac commit 0d2b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/tests/unit_tests/runnables/test_runnable.py
Original file line number Diff line number Diff line change
Expand Up @@ -4600,7 +4600,7 @@ async def af(x: int) -> int:
assert repr(RunnableLambda(func=f, afunc=af)) == "RunnableLambda(f)"

assert repr(
RunnableLambda(lambda x: x + 2)
RunnableLambda(lambda x: x * 2)
| {
"a": RunnableLambda(lambda x: x * 2),
"b": RunnableLambda(lambda x: x * 3),
Expand Down

0 comments on commit 0d2b3d0

Please sign in to comment.