reorganize imports with ruff

This commit is contained in:
thomas girod
2024-06-24 13:07:36 +02:00
parent 9bdf3fc4ac
commit 3143d3d91a
170 changed files with 702 additions and 804 deletions

View File

@ -32,7 +32,7 @@ from django.utils.translation import gettext as _
from django.views.generic import ListView
from django.views.generic.edit import FormView
from core.models import User, OperationLog, SithFile
from core.models import OperationLog, SithFile, User
from core.views import CanEditPropMixin
from counter.models import Customer
from forum.models import ForumMessageMeta