Skip to content

Commit

Permalink
pyln: remove unused variable
Browse files Browse the repository at this point in the history
Variable inroduced in 708fb17 is making CI fail.
  • Loading branch information
morehouse authored and ShahanaFarooqui committed May 9, 2023
1 parent ea23122 commit fe5f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pyln-testing/pyln/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def grpc(self):
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
Expand Down

0 comments on commit fe5f3ce

Please sign in to comment.