mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 08:22:10 +01:00 
			
		
		
		
	Fix import orders
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -3,13 +3,13 @@
 | 
			
		||||
 | 
			
		||||
from hashlib import sha1
 | 
			
		||||
 | 
			
		||||
import gspread
 | 
			
		||||
from django.conf import settings
 | 
			
		||||
from django.contrib.sites.models import Site
 | 
			
		||||
from django.core.management import BaseCommand
 | 
			
		||||
from django.urls import reverse
 | 
			
		||||
from django.utils import timezone
 | 
			
		||||
from django.utils.timezone import localtime
 | 
			
		||||
import gspread
 | 
			
		||||
 | 
			
		||||
from ...models import Tournament
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,9 @@
 | 
			
		||||
# Copyright (C) 2020 by Animath
 | 
			
		||||
# SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
 | 
			
		||||
import asyncio
 | 
			
		||||
import csv
 | 
			
		||||
from concurrent.futures import ThreadPoolExecutor
 | 
			
		||||
import csv
 | 
			
		||||
from hashlib import sha1
 | 
			
		||||
from io import BytesIO
 | 
			
		||||
import os
 | 
			
		||||
@@ -11,7 +12,6 @@ from tempfile import mkdtemp
 | 
			
		||||
from typing import Any, Dict
 | 
			
		||||
from zipfile import ZipFile
 | 
			
		||||
 | 
			
		||||
from asgiref.sync import sync_to_async
 | 
			
		||||
from django.conf import settings
 | 
			
		||||
from django.contrib import messages
 | 
			
		||||
from django.contrib.auth.mixins import LoginRequiredMixin
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user