Skip to content

Commit

Permalink
chore: Minor bump for PR title check
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Dec 16, 2024
1 parent dab1caa commit 15dcf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/server/fastapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
CapacityLimiter,
)
from fastapi import FastAPI as _FastAPI, Response, Request
from fastapi.responses import ORJSONResponse
from fastapi.middleware.cors import CORSMiddleware
from fastapi.responses import ORJSONResponse
from fastapi.routing import APIRoute
from fastapi import HTTPException, status

Expand Down

0 comments on commit 15dcf3e

Please sign in to comment.