pylint (test suite) - various cleanups

This commit is contained in:
The MMGen Project 2023-10-11 12:58:53 +00:00
commit 2076c0308b
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
22 changed files with 46 additions and 47 deletions

View file

@ -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):