fix: non-blocking send_message server handler not invoke push notification
#1449
Annotations
4 errors and 1 notice
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
The process '/opt/hostedtoolcache/ruff/0.12.8/x86_64/ruff' failed with exit code 1
|
|
Ruff (RUF100):
src/a2a/server/tasks/result_aggregator.py#L164
src/a2a/server/tasks/result_aggregator.py:164:20: RUF100 Unused `noqa` directive (unused: `RUF006`)
|
|
Ruff (RUF006):
src/a2a/server/tasks/result_aggregator.py#L162
src/a2a/server/tasks/result_aggregator.py:162:17: RUF006 Store a reference to the return value of `asyncio.create_task`
|
|
Lint Code Base
repository contains 21 duplications.
0 duplications were part of this PR and were annotated
|