mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 21:18:22 +02:00
Fix import order
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user