Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 6, 2024
1 parent bacd7d6 commit 2830e3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit_tests/test_server_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,6 @@ async def add_one(x: int) -> int:
return x + 1

server_runnable = RunnableLambda(func=add_one)
server_runnable2 = RunnableLambda(func=add_one)

app = FastAPI()
add_routes(
Expand Down

0 comments on commit 2830e3a

Please sign in to comment.