Skip to content

Commit 6b71f28

Browse files
committed
Fix formatting
1 parent 25d4c4d commit 6b71f28

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
@@ -81,7 +81,7 @@ def new_data_artifact(
8181
)
8282

8383

84-
def get_artifact_text(artifact: Artifact, delimiter: str = "\n") -> str:
84+
def get_artifact_text(artifact: Artifact, delimiter: str = '\n') -> str:
8585
"""Extracts and joins all text content from an Artifact's parts.
8686
8787
Args:
@@ -120,7 +120,7 @@ def __init__(
120120
self,
121121
context_id: str,
122122
task_id: str,
123-
name: str = "response",
123+
name: str = 'response',
124124
artifact_id: str | None = None,
125125
) -> None:
126126
self._context_id = context_id

0 commit comments

Comments
 (0)