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.
master
Alejandro Sirgo Rica 2024-05-07 16:08:38 +02:00
parent b0d03ce588
commit 493d998a4e
1 changed files with 0 additions and 1 deletions

View File

@ -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