Commit bcc35f6
Remove unused type: ignore comments
- Remove unused type: ignore comments from agent_to_a2a.py lines 108-110
- These were flagged by mypy as unused-ignore when dependencies are installed
- All tests still passing (3/3 token tests)
- All linters passing (ruff, mypy)
Co-authored-by: g3force <779094+g3force@users.noreply.github.com>1 parent 59df380 commit bcc35f6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments