Clean unused imports and more cleanup

This commit is contained in:
Sergi Delgado Segura
2019-10-07 11:58:28 +01:00
parent 23efd48796
commit 067efcca73
6 changed files with 17 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
import os
import binascii
from pisa.utils.authproxy import AuthServiceProxy, JSONRPCException
from pisa.utils.auth_proxy import AuthServiceProxy, JSONRPCException
from pisa.conf import BTC_RPC_USER, BTC_RPC_PASSWD, BTC_RPC_HOST, BTC_RPC_PORT
from pisa.tools import check_txid_format