Skip to content

Commit

Permalink
fix: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaluma committed Jul 8, 2024
1 parent 6bf6a71 commit 67110c6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ def __init__(self, settings: Settings) -> None:
)
case "clickhouse":
try:
from clickhouse_connect import get_client
from clickhouse_connect import ( # type: ignore
get_client,
)
from llama_index.vector_stores.clickhouse import ( # type: ignore
ClickHouseVectorStore,
)
Expand Down

0 comments on commit 67110c6

Please sign in to comment.