pylint (test suite) - various cleanups
This commit is contained in:
parent
775e596dda
commit
2076c0308b
22 changed files with 46 additions and 47 deletions
|
|
@ -46,7 +46,7 @@ from mmgen.util import make_timestr
|
|||
async def get_rpc(cfg):
|
||||
try:
|
||||
return await rpc_init( cfg, ignore_wallet=True )
|
||||
except SocketError as e:
|
||||
except SocketError:
|
||||
return False
|
||||
|
||||
async def main(coins):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue