1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-05 02:06:52 +00:00

Fix import order

This commit is contained in:
Yohann D'ANELLO 2020-10-30 19:55:55 +01:00
parent d8ece66b23
commit 9bb638f48d

View File

@ -1,10 +1,9 @@
import os
from asgiref.sync import async_to_sync
from nio import RoomPreset
from corres2math.matrix import Matrix, RoomVisibility, UploadError
from django.core.management import BaseCommand
from nio import RoomPreset
from registration.models import AdminRegistration, Registration