reviewdog [flake8] report
reported by reviewdog 🐶
Findings (4)
resources/ApiKeyResource.py|5 col 1| 'middleware.access_logic.NO_AUTH_INFO' imported but unused
tests/integration/test_api_key.py|14 col 1| 'conftest.test_data_creator_flask' imported but unused
tests/integration/test_api_key.py|14 col 1| 'conftest.monkeysession' imported but unused
tests/integration/test_api_key.py|17 col 23| redefinition of unused 'test_data_creator_flask' from line 14
Filtered Findings (0)
Annotations
Check warning on line 5 in resources/ApiKeyResource.py
github-actions / flake8
[flake8] resources/ApiKeyResource.py#L5 <401>
'middleware.access_logic.NO_AUTH_INFO' imported but unused
Raw output
./resources/ApiKeyResource.py:5:1: F401 'middleware.access_logic.NO_AUTH_INFO' imported but unused
Check warning on line 14 in tests/integration/test_api_key.py
github-actions / flake8
[flake8] tests/integration/test_api_key.py#L14 <401>
'conftest.test_data_creator_flask' imported but unused
Raw output
./tests/integration/test_api_key.py:14:1: F401 'conftest.test_data_creator_flask' imported but unused
Check warning on line 14 in tests/integration/test_api_key.py
github-actions / flake8
[flake8] tests/integration/test_api_key.py#L14 <401>
'conftest.monkeysession' imported but unused
Raw output
./tests/integration/test_api_key.py:14:1: F401 'conftest.monkeysession' imported but unused
Check warning on line 17 in tests/integration/test_api_key.py
github-actions / flake8
[flake8] tests/integration/test_api_key.py#L17 <811>
redefinition of unused 'test_data_creator_flask' from line 14
Raw output
./tests/integration/test_api_key.py:17:23: F811 redefinition of unused 'test_data_creator_flask' from line 14