Skip to content

Commit

Permalink
fix: Wrong import of Annotated
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Oct 23, 2023
1 parent 19d55cd commit c22606c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chromadb/cli/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Annotated, Optional
from typing import Optional
from typing_extensions import Annotated
import typer
import uvicorn
import os
Expand Down

0 comments on commit c22606c

Please sign in to comment.