Skip to content

Commit 9ceadda

Browse files
authored
Lint
1 parent 5fdb66c commit 9ceadda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/batch-processing/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
app = FastAPI()
2525

2626

27-
2827
@app.post("/v1/chat/completions")
2928
def create_chat_completions():
3029
return {"message": "Hello World"}

0 commit comments

Comments
 (0)