Removed a stub function

This commit is contained in:
Anton Hvornum 2020-10-18 20:18:20 +02:00
parent d5effa744f
commit 17a70eb9f4
1 changed files with 0 additions and 3 deletions

View File

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