Remove unused imports

This commit is contained in:
Théophile Diot 2023-01-30 14:39:07 +01:00
parent b662d8453b
commit 64961e3955
No known key found for this signature in database
GPG key ID: E752C80DB72BB014

View file

@ -1,7 +1,6 @@
from copy import deepcopy
from os import listdir, mkdir, remove
from os import listdir, remove
from pathlib import Path
from shutil import rmtree
from time import sleep
from flask import flash
from os.path import exists, isfile