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