From be28e02c422cd381935eb3bba94c0291a19b7e04 Mon Sep 17 00:00:00 2001 From: micafer Date: Tue, 25 Jan 2022 15:41:28 +0100 Subject: [PATCH] Remove unused import --- scar/providers/aws/udocker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scar/providers/aws/udocker.py b/scar/providers/aws/udocker.py index dbfd75d1..17d486dc 100644 --- a/scar/providers/aws/udocker.py +++ b/scar/providers/aws/udocker.py @@ -13,7 +13,7 @@ # limitations under the License. from zipfile import ZipFile -from scar.utils import FileUtils, SysUtils, StrUtils +from scar.utils import FileUtils, SysUtils def _extract_udocker_zip(supervisor_zip_path) -> None: