pyln: remove unused variable

Variable inroduced in 708fb17 is making CI fail.
This commit is contained in:
Matt Morehouse 2023-05-08 09:32:22 -05:00 committed by ShahanaFarooqui
parent ea23122880
commit fe5f3cef51

View file

@ -861,7 +861,7 @@ class LightningNode(object):
lambda v: v[0] == 'grpc-port',
self.daemon.opts.items()
).__next__()[1])
except Exception as e:
except Exception:
raise ValueError("grpc-port is not specified, can't connect over grpc")
import grpc