Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run Pyright (Pylance equivalent)
id: pyright
continue-on-error: true
uses: jakebailey/pyright-action@v2
uses: jakebailey/pyright-action@v3
with:
pylance-version: latest-release

Expand Down
2 changes: 1 addition & 1 deletion src/a2a/compat/v0_3/grpc_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
TResponse = TypeVar('TResponse')


class CompatGrpcHandler(a2a_v0_3_pb2_grpc.A2AServiceServicer):
class CompatGrpcHandler(a2a_v0_3_pb2_grpc.A2AServiceServicer): # placeholder comment
"""Backward compatible gRPC handler for A2A v0.3."""

def __init__(
Expand Down
Loading