Skip to content
GitHub Actions / Flake8 failed Oct 25, 2024 in 0s

6 errors

Flake8 found 6 errors

Annotations

Check failure on line 18 in app/tests/test_engine/test_ui_observer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/test_engine/test_ui_observer.py#L18

'unittest.mock.call' imported but unused (F401)

Check failure on line 85 in app/tests/test_engine/test_ui_observer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/test_engine/test_ui_observer.py#L85

Local variable 'run_id' is assigned to but never used (F841)

Check failure on line 86 in app/tests/test_engine/test_ui_observer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/test_engine/test_ui_observer.py#L86

Local variable 'suite_index' is assigned to but never used (F841)

Check failure on line 87 in app/tests/test_engine/test_ui_observer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/test_engine/test_ui_observer.py#L87

Local variable 'case_index' is assigned to but never used (F841)

Check failure on line 88 in app/tests/test_engine/test_ui_observer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/test_engine/test_ui_observer.py#L88

Local variable 'step_index' is assigned to but never used (F841)

Check failure on line 91 in app/tests/test_engine/test_ui_observer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/test_engine/test_ui_observer.py#L91

Local variable 'args_list' is assigned to but never used (F841)