mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
rm unneeded import
This commit is contained in:
parent
42a10164ea
commit
1cca1f2526
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue