diff --git a/get-json-key.py b/get-json-key.py index 5038157..5be6494 100755 --- a/get-json-key.py +++ b/get-json-key.py @@ -7,7 +7,6 @@ USAGE: KEY can be a string key (object) or integer index (array), the program will try both """ - import fileinput, sys, json, functools from typing import *