fix cln mypy
This commit is contained in:
parent
9b7bda4e4e
commit
1f6a961840
2 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# flake8: noqa: F401
|
||||
|
||||
|
||||
from .cliche import ClicheWallet
|
||||
from .cln import CoreLightningWallet # legacy .env support
|
||||
from .cln import CoreLightningWallet
|
||||
from .cln import CoreLightningWallet as CLightningWallet
|
||||
from .eclair import EclairWallet
|
||||
from .fake import FakeWallet
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# type: ignore
|
||||
try:
|
||||
from pyln.client import LightningRpc, RpcError # type: ignore
|
||||
except ImportError: # pragma: nocover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue