Skip to content

Commit 4673d48

Browse files
committed
Revert "Introduce failure for test"
This reverts commit 5d538b8.
1 parent 5d538b8 commit 4673d48

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/a2a/utils/constants.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
"""Constants for well-known URIs used throughout the A2A Python SDK."""
22

3-
import os # CI test: unused import to trigger ruff F401
43
from enum import Enum
54

65

7-
def _ci_test_bad_return() -> int:
8-
"""CI test: returns str but annotated as int to trigger mypy."""
9-
return 'not an int'
10-
11-
126
AGENT_CARD_WELL_KNOWN_PATH = '/.well-known/agent-card.json'
137
DEFAULT_RPC_URL = '/'
148
DEFAULT_LIST_TASKS_PAGE_SIZE = 50

0 commit comments

Comments
 (0)