trim line for pylint

This commit is contained in:
Le Long 2017-06-09 00:39:26 +02:00
parent 8b9c6f5315
commit 87b6eeeef5

View file

@ -1757,7 +1757,8 @@ class Daemon(AuthJSONRPCServer):
raise Exception("Invalid bid")
if bid >= self.session.wallet.get_balance():
raise InsufficientFundsError("Insufficient funds. Make sure you have enough LBC to deposit")
raise InsufficientFundsError('Insufficient funds. ' \
'Make sure you have enough LBC to deposit')
metadata = metadata or {}
if fee is not None: