Skip to content

Commit

Permalink
Merge pull request #7 from langchain-ai/fix_checks_genai
Browse files Browse the repository at this point in the history
Fix linting
  • Loading branch information
lkuligin authored Feb 13, 2024
2 parents 3f2e0c4 + f4efa8a commit f02681e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vertexai/langchain_google_vertexai/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import google.api_core
import proto # type: ignore[import-untyped]
from google.api_core.gapic_v1.client_info import ClientInfo
from google.cloud import storage
from google.cloud import storage # type: ignore[attr-defined]
from langchain_core.callbacks import (
AsyncCallbackManagerForLLMRun,
CallbackManagerForLLMRun,
Expand Down

0 comments on commit f02681e

Please sign in to comment.