fixed the tests #17942
Annotations
7 errors
|
ruff-linting
Process completed with exit code 1.
|
|
Ruff (F401):
unittests/test_duplication_loops.py#L13
unittests/test_duplication_loops.py:13:43: F401 `.dojo_test_case.toggle_system_setting_boolean` imported but unused
|
|
Ruff (F401):
unittests/test_duplication_loops.py#L11
unittests/test_duplication_loops.py:11:37: F401 `django.db.models.Prefetch` imported but unused
|
|
Ruff (F401):
unittests/test_duplication_loops.py#L11
unittests/test_duplication_loops.py:11:30: F401 `django.db.models.Count` imported but unused
|
|
Ruff (F401):
unittests/test_duplication_loops.py#L10
unittests/test_duplication_loops.py:10:49: F401 `dojo.tasks.async_dupe_delete` imported but unused
|
|
Ruff (F401):
unittests/test_duplication_loops.py#L6
unittests/test_duplication_loops.py:6:25: F401 `django.conf.settings` imported but unused
|
|
Ruff (I001):
unittests/test_duplication_loops.py#L1
unittests/test_duplication_loops.py:1:1: I001 Import block is un-sorted or un-formatted
|