diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-05-07 16:08:38 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-05-07 16:08:38 +0200 |
commit | 493d998a4edad1b78cecc0e53fbc0629ec3735cf (patch) | |
tree | 0fd0c2668fab568af35cb797773365c79c716825 | |
parent | b0d03ce588dd2f9e32be33604211d77e7f83217f (diff) |
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.
-rw-r--r-- | src/utils/boot.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |