Skip to content

Commit 419523f

Browse files
fix(lint): add missing blank lines in proto_helpers.py imports
1 parent 475e104 commit 419523f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/a2a/helpers/proto_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Unified helper functions for creating and handling A2A types."""
22

33
import uuid
4+
45
from collections.abc import Sequence
56
from typing import Any
67

@@ -20,6 +21,7 @@
2021
TaskStatusUpdateEvent,
2122
)
2223

24+
2325
# --- Message Helpers ---
2426

2527

0 commit comments

Comments
 (0)