[CHORE] cln.py pyln-client is not optional (#1859)
* [refactor] pyln-client is not optional some time ago we added pyln do main dependencies, its need for think like, saas or docker. so this import was dead code * stubs for pyln.client
This commit is contained in:
parent
2434518d21
commit
511a0fd895
2 changed files with 2 additions and 10 deletions
|
|
@ -94,6 +94,7 @@ module = [
|
|||
"ecdsa.*",
|
||||
"psycopg2.*",
|
||||
"pyngrok.*",
|
||||
"pyln.client.*",
|
||||
]
|
||||
ignore_missing_imports = "True"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue