summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-07 16:08:38 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-07 16:08:38 +0200
commit493d998a4edad1b78cecc0e53fbc0629ec3735cf (patch)
tree0fd0c2668fab568af35cb797773365c79c716825 /src
parentb0d03ce588dd2f9e32be33604211d77e7f83217f (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.
Diffstat (limited to 'src')
-rw-r--r--src/utils/boot.py1
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