Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoghTantradi committed Jan 16, 2025
1 parent b568d1e commit 9b33a1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lotus/vector_store/chroma_vs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
from lotus.vector_store.vs import VS

try:
import chromadb
from chromadb import ClientAPI
from chromadb import ClientAPI
from chromadb.api import Collection
from chromadb.api.types import IncludeEnum
from chromadb.api.types import IncludeEnum
except ImportError as err:
raise ImportError(
"The chromadb library is required to use ChromaVS. Install it with `pip install chromadb`"
Expand Down

0 comments on commit 9b33a1f

Please sign in to comment.