Skip to content

Commit ff2b137

Browse files
committed
Fix a pyright error and bump the pyright action to v3
1 parent 3b8e050 commit ff2b137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/a2a/contrib/tasks/vertex_task_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class VertexTaskStore(TaskStore):
3232

3333
def __init__(
3434
self,
35-
client: vertexai.Client,
35+
client: vertexai.Client, # type: ignore
3636
agent_engine_resource_id: str,
3737
) -> None:
3838
"""Initializes the VertexTaskStore.

0 commit comments

Comments
 (0)