Skip to content
GitHub Actions / Mypy failed Nov 29, 2023 in 0s

3 errors

Mypy found 3 errors

Annotations

Check failure on line 28 in test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py

See this annotation in the file changed.

@github-actions 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]

Check failure on line 48 in test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py

See this annotation in the file changed.

@github-actions 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]

Check failure on line 67 in test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py

See this annotation in the file changed.

@github-actions 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]