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

@ -23,13 +23,12 @@
#
from django.conf import settings
from django.core.management import call_command
from django.test import TestCase
from django.urls import reverse
from django.utils.translation import gettext_lazy as _
from django.core.management import call_command
from core.models import User, Notification
from core.models import Notification, User
from pedagogy.models import UV, UVComment, UVCommentReport