diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index 10d22c31..2f4713d8 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -31,9 +31,6 @@ def locate_binary(name): return os.path.join(root, file) break # Don't recurse -def to_json(dictionary): - return json.dumps(dictionary, cls=) - class JSON_Encoder: def _encode(obj): if isinstance(obj, dict):