GitHub Actions / Mypy
failed
Nov 29, 2023 in 0s
3 errors
Mypy found 3 errors
Annotations
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L28
Name "TestRunnerHooks" already defined (possibly by an import) [no-redef]
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L48
Function is missing a return type annotation [no-untyped-def]
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L67
"BaseManager" has no attribute "TestRunnerHooks" [attr-defined]
Loading