1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-05 07:14:08 +02:00

Reorder imports

This commit is contained in:
Yohann D'ANELLO
2020-10-29 15:09:24 +01:00
parent 6647a284f4
commit db30b481a3
3 changed files with 7 additions and 13 deletions

View File

@ -1,22 +1,19 @@
import asyncio
import os
import re
from django.template.loader import render_to_string
from nio import RoomVisibility, RoomPreset
from corres2math.lists import get_sympa_client
from corres2math.matrix import Matrix
from django.core.exceptions import ObjectDoesNotExist
from django.core.validators import RegexValidator
from django.db import models
from django.db.models import Index
from django.template.loader import render_to_string
from django.urls import reverse_lazy
from django.utils import timezone
from django.utils.crypto import get_random_string
from django.utils.text import format_lazy
from django.utils.translation import gettext_lazy as _
from corres2math.matrix import Matrix
from nio import RoomPreset, RoomVisibility
class Team(models.Model):