mirror of https://git.48k.eu/ogclient
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
parent
b0d03ce588
commit
493d998a4e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue