Skip to content

Commit bc226f7

Browse files
committed
chore(vertexai): drop unused protobuf import ignores
1 parent 325c4ea commit bc226f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/vertexai/langchain_google_vertexai/chat_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
from collections.abc import AsyncIterator, Iterator, Sequence, Mapping
2929

3030
import proto # type: ignore[import-untyped]
31-
from google.protobuf.json_format import SerializeToJsonError # type: ignore[import-untyped]
32-
from google.protobuf.struct_pb2 import ( # type: ignore[import-untyped]
31+
from google.protobuf.json_format import SerializeToJsonError
32+
from google.protobuf.struct_pb2 import (
3333
ListValue,
3434
Struct,
3535
Value,

0 commit comments

Comments
 (0)