Skip to content
GitHub Actions / Mypy failed Oct 22, 2024 in 0s

2 errors

Mypy found 2 errors

Annotations

Check failure on line 126 in app/tests/utils/test_run_execution.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

app/tests/utils/test_run_execution.py#L126

Argument "pics" to "create_random_test_run_execution" has incompatible type "Dict[str, Dict[str, Dict[str, Collection[str]]]]"; expected "Optional[PICS]"  [arg-type]

Check failure on line 144 in app/tests/utils/test_run_execution.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

app/tests/utils/test_run_execution.py#L144

Incompatible default for argument "pics" (default has type "Dict[str, Dict[str, Dict[str, Collection[str]]]]", argument has type "Optional[PICS]")  [assignment]