[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:
dni ⚡
2023-08-16 15:54:06 +02:00
committed by GitHub
parent 2434518d21
commit 511a0fd895
2 changed files with 2 additions and 10 deletions
+1
View File
@@ -94,6 +94,7 @@ module = [
"ecdsa.*",
"psycopg2.*",
"pyngrok.*",
"pyln.client.*",
]
ignore_missing_imports = "True"