fix flake8 F811 (redefinition of unused)
This commit is contained in:
@@ -3,11 +3,6 @@ import pytest_asyncio # noqa: F401
|
||||
from loguru import logger # noqa: F401
|
||||
|
||||
from lnbits.core.crud import get_wallet # noqa: F401
|
||||
from tests.conftest import adminkey_headers_from, client, invoice # noqa: F401
|
||||
from tests.extensions.invoices.conftest import ( # noqa: F401
|
||||
accounting_invoice,
|
||||
invoices_wallet,
|
||||
)
|
||||
from tests.helpers import credit_wallet # noqa: F401
|
||||
from tests.mocks import WALLET # noqa: F401
|
||||
|
||||
|
||||
Reference in New Issue
Block a user