From 5a3fe5460b21ceb6767a46aa7d9c335e9be0f123 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 30 Oct 2023 19:00:55 +0100 Subject: [PATCH] quality: unused import --- src/utils/legacy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/legacy.py b/src/utils/legacy.py index 4f11d28d7..06b551279 100644 --- a/src/utils/legacy.py +++ b/src/utils/legacy.py @@ -26,7 +26,6 @@ from moulinette.utils.filesystem import ( read_file, write_to_file, write_to_yaml, - write_to_json, read_yaml, )