[BUG FIX] Language menu is showing despite only one language configured #1527
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (F811):
tests/test_toolbars.py#L601
tests/test_toolbars.py:601:42: F811 Redefinition of unused `cms_toolbars` from line 13
|
|
Ruff (F811):
tests/test_toolbars.py#L564
tests/test_toolbars.py:564:42: F811 Redefinition of unused `cms_toolbars` from line 13
|
|
Ruff (F401):
tests/test_toolbars.py#L13
tests/test_toolbars.py:13:34: F401 `djangocms_versioning.cms_toolbars` imported but unused
|
|
Ruff (I001):
tests/test_toolbars.py#L1
tests/test_toolbars.py:1:1: I001 Import block is un-sorted or un-formatted
|