Update __init__.py

This commit is contained in:
Arc 2020-04-02 13:07:01 +01:00 committed by GitHub
parent 4562d23f6e
commit 9ead85987f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
# flake8: noqa # flake8: noqa
from .lnd import LndWallet from .lndgrpc import LndWallet
from .lndgrpc import LndWalletgrpc
from .lntxbot import LntxbotWallet from .lntxbot import LntxbotWallet
from .opennode import OpenNodeWallet from .opennode import OpenNodeWallet
from .lnpay import LNPayWallet from .lnpay import LNPayWallet