Skip to content

Commit ab634aa

Browse files
committed
organize imports
1 parent 4885783 commit ab634aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/a2a/contrib/tasks/vertex_task_store.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
try:
55
import vertexai
6-
from vertexai import types as vertexai_types
6+
77
from google.genai import errors as genai_errors
8+
from vertexai import types as vertexai_types
89
except ImportError as e:
910
raise ImportError(
1011
'VertexTaskStore requires vertexai. '

0 commit comments

Comments
 (0)