fix flake8 F811 (redefinition of unused)
This commit is contained in:
parent
388cfc18fa
commit
24fbb9ef5d
3 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue