From 493d998a4edad1b78cecc0e53fbc0629ec3735cf Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 7 May 2024 16:08:38 +0200 Subject: utils: remove unused json import The json library was a dependency during the development of the boot OS functions and it is no longer needed in that file. --- src/utils/boot.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/utils/boot.py b/src/utils/boot.py index 6ee7450..399f4ba 100644 --- a/src/utils/boot.py +++ b/src/utils/boot.py @@ -6,7 +6,6 @@ # Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -import json import logging import os import shlex -- cgit v1.2.3-18-g5258