We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ee705 commit b6568e8Copy full SHA for b6568e8
src/a2a/utils/proto_utils.py
@@ -731,7 +731,7 @@ def security_scheme(
731
root=types.APIKeySecurityScheme(
732
description=scheme.api_key_security_scheme.description,
733
name=scheme.api_key_security_scheme.name,
734
- in_=types.In(scheme.api_key_security_scheme.location),
+ in_=types.In(scheme.api_key_security_scheme.location), # type: ignore[call-arg]
735
)
736
737
if scheme.HasField('http_auth_security_scheme'):
0 commit comments