Skip to content

Commit e88d72f

Browse files
committed
Fix formatting
1 parent bf52dce commit e88d72f

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
@@ -75,7 +75,7 @@ def new_data_artifact(
7575
)
7676

7777

78-
def get_artifact_text(artifact: Artifact, delimiter: str = "\n") -> str:
78+
def get_artifact_text(artifact: Artifact, delimiter: str = '\n') -> str:
7979
"""Extracts and joins all text content from an Artifact's parts.
8080
8181
Args:
@@ -114,7 +114,7 @@ def __init__(
114114
self,
115115
context_id: str,
116116
task_id: str,
117-
name: str = "response",
117+
name: str = 'response',
118118
artifact_id: str | None = None,
119119
) -> None:
120120
self._context_id = context_id

0 commit comments

Comments
 (0)