From 28d0b6d891197076382fc87b2f9f0232ca230f9e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 2 Sep 2022 21:04:00 +0200 Subject: [PATCH] Unused imports --- src/utils/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/system.py b/src/utils/system.py index fe6d2d01b..7e1d8746e 100644 --- a/src/utils/system.py +++ b/src/utils/system.py @@ -21,7 +21,6 @@ import re import os import logging -from typing import Union from moulinette.utils.process import check_output from yunohost.utils.error import YunohostError