mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
reorganize imports with ruff
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
from django.conf import settings
|
||||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
from django.core.management import call_command
|
||||
from django.conf import settings
|
||||
|
||||
from core.models import User, Group
|
||||
from core.models import Group, User
|
||||
from election.models import Election
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user