From 17a70eb9f459230e7e11beb724a68051b2f1c667 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 18 Oct 2020 20:18:20 +0200 Subject: Removed a stub function --- archinstall/lib/general.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'archinstall') 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): -- cgit v1.2.3-54-g00ecf