Skip to content

Commit 7fe7076

Browse files
committed
Ruff
1 parent 9a5b538 commit 7fe7076

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit_tests/test_axon.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,7 @@ async def lifespan(app):
809809
app.get("/")(lambda: "Hello World")
810810

811811
server = FastAPIThreadedServer(
812-
uvicorn.Config(
813-
app,
814-
loop="none"
815-
),
812+
uvicorn.Config(app, loop="none"),
816813
)
817814
server.start()
818815

0 commit comments

Comments
 (0)