clean up (black, sort)

This commit is contained in:
Tiago vasconcelos
2021-10-18 10:58:09 +01:00
parent 762f0ba404
commit 70885ce160
25 changed files with 85 additions and 138 deletions
+4 -5
View File
@@ -1,14 +1,13 @@
from typing import List, Optional
from . import db
from .models import Wallets, Addresses, Mempool
from lnbits.helpers import urlsafe_short_hash
from embit.descriptor import Descriptor, Key # type: ignore
from embit.descriptor.arguments import AllowedDerivation # type: ignore
from embit.networks import NETWORKS # type: ignore
from lnbits.helpers import urlsafe_short_hash
from . import db
from .models import Addresses, Mempool, Wallets
##########################WALLETS####################