Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpurohit06 committed Feb 21, 2024
1 parent 1f253ef commit 4bfb522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_spanner_vector_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
from google.cloud.spanner import Client, KeySet # type: ignore

from langchain_google_spanner.vector_store import ( # type: ignore
from langchain_google_spanner.vector_store import ( # type: ignore
SpannerVectorStore,
TableColumn,
SecondaryIndex,
Expand Down

0 comments on commit 4bfb522

Please sign in to comment.