Skip to content

Commit

Permalink
run pre-commit for formatting
Browse files Browse the repository at this point in the history
Signed-off-by: sitloboi2012 <[email protected]>
  • Loading branch information
sitloboi2012 committed Feb 18, 2025
1 parent d7b7f4b commit 03cf9a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vllm_router/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ async def route_files(request: Request):
)



@app.get("/v1/files/{file_id}")
async def route_get_file(file_id: str):
try:
Expand All @@ -244,7 +243,6 @@ async def route_get_file(file_id: str):
)



@app.get("/v1/files/{file_id}/content")
async def route_get_file_content(file_id: str):
try:
Expand Down Expand Up @@ -445,7 +443,6 @@ async def route_cancel_batch(batch_id: str):
)



@app.post("/v1/chat/completions")
async def route_chat_completition(request: Request):
return await route_general_request(request, "/v1/chat/completions")
Expand Down

0 comments on commit 03cf9a9

Please sign in to comment.