remove unused imports #37
Annotations
10 errors and 1 warning
pythonFiles/testing_tools/adapter/pytest/__init__.py#L6
pythonFiles/testing_tools/adapter/pytest/__init__.py:6:36: F401 `._cli.add_subparser` imported but unused
|
pythonFiles/testing_tools/adapter/pytest/__init__.py#L7
pythonFiles/testing_tools/adapter/pytest/__init__.py:7:25: F401 `._discovery.discover` imported but unused
|
pythonFiles/tests/pytestadapter/expected_execution_test_output.py#L8
pythonFiles/tests/pytestadapter/expected_execution_test_output.py:8:141: E501 Line too long (417 > 140 characters)
|
pythonFiles/tests/pytestadapter/test_execution.py#L3
pythonFiles/tests/pytestadapter/test_execution.py:3:8: F401 `json` imported but unused
|
pythonFiles/tests/test_create_microvenv.py#L28
pythonFiles/tests/test_create_microvenv.py:28:34: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
pythonFiles/tests/test_create_venv.py#L38
pythonFiles/tests/test_create_venv.py:38:34: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
pythonFiles/tests/unittestadapter/.data/discovery_error/file_one.py#L6
pythonFiles/tests/unittestadapter/.data/discovery_error/file_one.py:6:8: F401 `something_else` imported but unused
|
pythonFiles/tests/unittestadapter/test_utils.py#L287
pythonFiles/tests/unittestadapter/test_utils.py:287:141: E501 Line too long (167 > 140 characters)
|
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
|
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