feat: introduce TransportProtocol validation #1905
Annotations
4 errors and 1 notice
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
1 error
|
|
Lint Code Base:
src/a2a/client/client_factory.py#L212
Argument of type "TransportProtocol | str" cannot be assigned to parameter "key" of type "TransportProtocol" in function "__getitem__"
Type "TransportProtocol | str" is not assignable to type "TransportProtocol"
"str" is not assignable to "TransportProtocol" (reportArgumentType)
|
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
repository contains 20 duplications.
0 duplications were part of this PR and were annotated
|