Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Feb 26, 2024
1 parent 1f6637b commit 2993393
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libs/vertexai/langchain_google_vertexai/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
from langchain_google_vertexai._image_utils import ImageBytesLoader
from langchain_google_vertexai._utils import (
get_generation_info,
get_user_agent,
is_codey_model,
is_gemini_model,
)
Expand Down
1 change: 0 additions & 1 deletion libs/vertexai/langchain_google_vertexai/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
)

from langchain_google_vertexai._base import _VertexAICommon
from langchain_google_vertexai._utils import get_user_agent

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 2993393

Please sign in to comment.