Skip to content

Commit b6568e8

Browse files
committed
fix linting errors
1 parent 33ee705 commit b6568e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/utils/proto_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def security_scheme(
731731
root=types.APIKeySecurityScheme(
732732
description=scheme.api_key_security_scheme.description,
733733
name=scheme.api_key_security_scheme.name,
734-
in_=types.In(scheme.api_key_security_scheme.location),
734+
in_=types.In(scheme.api_key_security_scheme.location), # type: ignore[call-arg]
735735
)
736736
)
737737
if scheme.HasField('http_auth_security_scheme'):

0 commit comments

Comments
 (0)