More clean up

This commit is contained in:
Sergi Delgado Segura
2019-10-07 15:25:40 +01:00
parent 4be506412e
commit d2a07d6519
4 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
from pisa.rpc_errors import *
from pisa import logging, bitcoin_cli
from pisa.utils.auth_proxy import JSONRPCException
from pisa.errors import UNKNOWN_JSON_RPC_EXCEPTION
from pisa import logging, bitcoin_cli
from pisa.rpc_errors import *
class Carrier: