1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 03:18:25 +02:00

Fix import orders

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-06 22:05:48 +02:00
parent b7344566ef
commit 40d24740ed
2 changed files with 3 additions and 3 deletions

View File

@ -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