mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-06 11:33:00 +00:00
Fix import order
This commit is contained in:
parent
d8ece66b23
commit
9bb638f48d
@ -1,10 +1,9 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
from asgiref.sync import async_to_sync
|
from asgiref.sync import async_to_sync
|
||||||
from nio import RoomPreset
|
|
||||||
|
|
||||||
from corres2math.matrix import Matrix, RoomVisibility, UploadError
|
from corres2math.matrix import Matrix, RoomVisibility, UploadError
|
||||||
from django.core.management import BaseCommand
|
from django.core.management import BaseCommand
|
||||||
|
from nio import RoomPreset
|
||||||
from registration.models import AdminRegistration, Registration
|
from registration.models import AdminRegistration, Registration
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user