From 4a03cdcb4c540cfcb93f82259f0d63de80b77968 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 15 Aug 2024 01:50:06 +0200 Subject: [PATCH] =?UTF-8?q?quality:=20unused=20import=20=C3=A9=5F=C3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user.py b/src/user.py index 5260856aa..4c4c3ab9b 100644 --- a/src/user.py +++ b/src/user.py @@ -24,7 +24,7 @@ import random import subprocess import copy from logging import getLogger -from typing import TYPE_CHECKING, Literal, Any, TextIO, Optional, Callable, cast +from typing import TYPE_CHECKING, Any, TextIO, Optional, Callable, cast from moulinette import Moulinette, m18n from moulinette.utils.process import check_output