From ebc61bf3f252827d3cf835636287082f082f2cd8 Mon Sep 17 00:00:00 2001 From: jstrong Date: Wed, 11 Mar 2020 03:22:49 +0000 Subject: [PATCH] Update 'get-json-key.py' --- get-json-key.py | 1 - 1 file changed, 1 deletion(-) 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 *