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,7 +1,7 @@
|
||||
from ajax_select import make_ajax_form
|
||||
from django.contrib import admin
|
||||
|
||||
from election.models import Election, Role, ElectionList, Candidature
|
||||
from election.models import Candidature, Election, ElectionList, Role
|
||||
|
||||
|
||||
@admin.register(Election)
|
||||
|
Reference in New Issue
Block a user