removed unused class since VertexAIModelGarden has been moved #134
Annotations
8 errors
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L7
langchain_google_vertexai/llms.py:7:44: F401 `google.api_core.client_options.ClientOptions` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L9
langchain_google_vertexai/llms.py:9:5: F401 `google.cloud.aiplatform.gapic.PredictionServiceAsyncClient` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L10
langchain_google_vertexai/llms.py:10:5: F401 `google.cloud.aiplatform.gapic.PredictionServiceClient` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L12
langchain_google_vertexai/llms.py:12:44: F401 `google.cloud.aiplatform.models.Prediction` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L13
langchain_google_vertexai/llms.py:13:29: F401 `google.protobuf.json_format` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L14
langchain_google_vertexai/llms.py:14:40: F401 `google.protobuf.struct_pb2.Value` imported but unused
|
Analysing the code with our lint:
libs/vertexai/langchain_google_vertexai/llms.py#L56
langchain_google_vertexai/llms.py:56:5: F401 `langchain_google_vertexai._utils.get_client_info` imported but unused
|
Analysing the code with our lint
Process completed with exit code 2.
|
Loading