chore: minor fixes

This commit is contained in:
Eneko Illarramendi
2020-04-05 12:19:25 +02:00
parent 089793a486
commit fb7dfb3a32
7 changed files with 93 additions and 336 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
from uuid import uuid4
from typing import List, Optional
from lnbits.db import open_db
from lnbits.settings import DEFAULT_WALLET_NAME, FEE_RESERVE
from typing import List, Optional
from .models import User, Wallet, Payment