Python: Fix pytest fixture unused import FPs

This commit is contained in:
Taus
2024-06-14 12:05:55 +00:00
parent f3a9c9a9dc
commit 78729180ad
2 changed files with 14 additions and 2 deletions

View File

@@ -5,6 +5,4 @@
| imports_test.py:10:1:10:22 | Import | Import of 'top_level_cycle' is not used. |
| imports_test.py:27:1:27:25 | Import | Import of 'func2' is not used. |
| imports_test.py:34:1:34:14 | Import | Import of 'module2' is not used. |
| imports_test.py:116:1:116:67 | Import | Import of 'fixture' is not used. |
| imports_test.py:116:1:116:67 | Import | Import of 'not_a_fixture' is not used. |
| imports_test.py:116:1:116:67 | Import | Import of 'wrapped_fixture' is not used. |