mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
chore: fix lint
This commit is contained in:
parent
db2829a5f6
commit
4fbb4b5eef
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from uuid import uuid4
|
||||
|
||||
import pytest
|
||||
from sqlalchemy.exc import DBAPIError
|
||||
|
||||
from lnbits.core.crud import (
|
||||
create_account,
|
||||
|
|
@ -14,7 +13,6 @@ from lnbits.core.crud import (
|
|||
get_wallets,
|
||||
)
|
||||
from lnbits.core.crud.settings import get_settings_field, set_settings_field
|
||||
from lnbits.db import DB_TYPE, POSTGRES
|
||||
from lnbits.core.models import Account
|
||||
from lnbits.core.models.extensions import UserExtension
|
||||
from lnbits.core.models.users import RegisterUser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue