apply ruff rule A005

This commit is contained in:
imperosol
2025-03-10 10:32:00 +01:00
parent bba5339407
commit 7c3186da79
27 changed files with 45 additions and 33 deletions

View File

@ -65,6 +65,6 @@ class DetailFormView(FormView, BaseDetailView):
# E402: putting those import at the top of the file would also be difficult
from .files import * # noqa: F403 E402
from .group import * # noqa: F403 E402
from .index import * # noqa: F403 E402
from .page import * # noqa: F403 E402
from .site import * # noqa: F403 E402
from .user import * # noqa: F403 E402