Import list was in a wrong order

This commit is contained in:
Yohann D'ANELLO 2020-10-11 17:12:54 +02:00
parent b3db01c02e
commit 691d3c1660
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from corres2math.lists import get_sympa_client
from django.contrib.auth.models import User
from corres2math.lists import get_sympa_client
from .models import AdminRegistration, Registration