Fix import order

This commit is contained in:
Yohann D'ANELLO 2020-10-30 19:55:55 +01:00
parent d8ece66b23
commit 9bb638f48d
1 changed files with 1 additions and 2 deletions

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