Skip to content

Commit e08c34b

Browse files
committed
Fix formatting
1 parent 950b625 commit e08c34b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/a2a/utils/artifact.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def new_data_artifact(
7979
)
8080

8181

82-
def get_artifact_text(artifact: Artifact, delimiter: str = "\n") -> str:
82+
def get_artifact_text(artifact: Artifact, delimiter: str = '\n') -> str:
8383
"""Extracts and joins all text content from an Artifact's parts.
8484
8585
Args:
@@ -118,7 +118,7 @@ def __init__(
118118
self,
119119
context_id: str,
120120
task_id: str,
121-
name: str = "response",
121+
name: str = 'response',
122122
artifact_id: str | None = None,
123123
) -> None:
124124
self._context_id = context_id

0 commit comments

Comments
 (0)