From 1cca1f2526ed4aa0eeaf5a9499c533622c154775 Mon Sep 17 00:00:00 2001 From: thomasv Date: Tue, 26 Feb 2013 14:22:48 +0100 Subject: [PATCH] rm unneeded import --- lib/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 23fd45f1d..82072e6df 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -209,7 +209,6 @@ class Commands: out = {"hex":str(tx), "complete":tx.is_complete} if not tx.is_complete: - import json out['input_info'] = repr(tx.input_info).replace(' ','') print_json(out)