Skip to content

Commit

Permalink
[BUG]: fix auth (#1864)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - Hosted auth is not working due to a missing import
  • Loading branch information
nicolasgere authored Mar 12, 2024
1 parent e715cd2 commit 19512e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chromadb/auth/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from starlette.responses import Response
from starlette.types import ASGIApp

import chromadb
from chromadb.config import DEFAULT_TENANT, System
from chromadb.auth import (
AuthorizationContext,
Expand Down

0 comments on commit 19512e6

Please sign in to comment.