make format

This commit is contained in:
callebtc
2022-10-15 00:59:21 +02:00
parent 7fb2c81ede
commit 6f913e3cc9
7 changed files with 16 additions and 21 deletions

View File

@@ -7,11 +7,11 @@ import pytest_asyncio
from cashu.core.base import Proof
from cashu.core.helpers import async_unwrap, sum_proofs
from cashu.core.migrations import migrate_databases
from cashu.core.settings import MAX_ORDER
from cashu.wallet import migrations
from cashu.wallet.wallet import Wallet
from cashu.wallet.wallet import Wallet as Wallet1
from cashu.wallet.wallet import Wallet as Wallet2
from cashu.core.settings import MAX_ORDER
SERVER_ENDPOINT = "http://localhost:3338"