From 9bb638f48d307b41446d1d6a98bb1cba29c2df76 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 30 Oct 2020 19:55:55 +0100 Subject: [PATCH] Fix import order --- apps/participation/management/commands/fix_matrix_channels.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/participation/management/commands/fix_matrix_channels.py b/apps/participation/management/commands/fix_matrix_channels.py index 66082ff..5aaec5c 100644 --- a/apps/participation/management/commands/fix_matrix_channels.py +++ b/apps/participation/management/commands/fix_matrix_channels.py @@ -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