mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
fix: mypy
This commit is contained in:
parent
5547bb69e6
commit
54139371f6
@ -5,7 +5,6 @@ from fastapi import Depends, HTTPException, Query
|
||||
from lnbits.core.crud import get_user
|
||||
from lnbits.core.services import check_transaction_status, create_invoice
|
||||
from lnbits.decorators import WalletTypeInfo, get_key_type
|
||||
from lnbits.extensions.smtp.models import CreateEmail, CreateEmailaddress
|
||||
|
||||
from . import smtp_ext
|
||||
from .crud import (
|
||||
@ -19,6 +18,7 @@ from .crud import (
|
||||
get_emails,
|
||||
update_emailaddress,
|
||||
)
|
||||
from .models import CreateEmail, CreateEmailaddress
|
||||
from .smtp import valid_email
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user