chore: code format

This commit is contained in:
Vlad Stan
2022-07-28 15:09:23 +03:00
parent c1f6845ad9
commit 87dc9136a4
3 changed files with 14 additions and 17 deletions
+1 -3
View File
@@ -1,13 +1,11 @@
import json
from typing import List, Optional
from lnbits.helpers import urlsafe_short_hash
from . import db
from .helpers import derive_address, parse_key
from .models import Address, Config, Mempool, WalletAccount
from .helpers import parse_key, derive_address
##########################WALLETS####################