diff --git a/blockstack_client/backend/utxo/blockchain_info.py b/blockstack_client/backend/utxo/blockchain_info.py index b32e303f5..f0ddcabd9 100644 --- a/blockstack_client/backend/utxo/blockchain_info.py +++ b/blockstack_client/backend/utxo/blockchain_info.py @@ -21,7 +21,7 @@ along with Blockstack-client. If not, see . """ -import json, requests, traceback +import requests BLOCKCHAIN_API_BASE_URL = "https://blockchain.info"