remove unused imports expected_execution_test_out #45
Annotations
6 errors and 1 warning
pythonFiles/unittestadapter/execution.py#L197
pythonFiles/unittestadapter/execution.py:197:9: F841 Local variable `args` is assigned to but never used
|
pythonFiles/unittestadapter/execution.py#L202
pythonFiles/unittestadapter/execution.py:202:9: F841 Local variable `suite` is assigned to but never used
|
pythonFiles/vscode_datascience_helpers/tests/logParser.py#L2
pythonFiles/vscode_datascience_helpers/tests/logParser.py:2:8: F401 `sys` imported but unused
|
pythonFiles/vscode_datascience_helpers/tests/logParser.py#L66
pythonFiles/vscode_datascience_helpers/tests/logParser.py:66:28: E713 Test for membership should be `not in`
|
pythonFiles/vscode_datascience_helpers/tests/logParser.py#L73
pythonFiles/vscode_datascience_helpers/tests/logParser.py:73:27: E711 Comparison to `None` should be `cond is not None`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading