make format

This commit is contained in:
callebtc
2023-01-14 13:46:53 +01:00
parent 20b99ee792
commit 7481dae63e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import urllib.parse
import click import click
from cashu.core.base import Proof, TokenV2, TokenMintJson, WalletKeyset from cashu.core.base import Proof, TokenMintJson, TokenV2, WalletKeyset
from cashu.core.settings import CASHU_DIR, MINT_URL from cashu.core.settings import CASHU_DIR, MINT_URL
from cashu.wallet.crud import get_keyset from cashu.wallet.crud import get_keyset
from cashu.wallet.wallet import Wallet as Wallet from cashu.wallet.wallet import Wallet as Wallet

View File

@@ -27,8 +27,8 @@ from cashu.core.base import (
PostMintResponseLegacy, PostMintResponseLegacy,
Proof, Proof,
SplitRequest, SplitRequest,
TokenV2,
TokenMintJson, TokenMintJson,
TokenV2,
WalletKeyset, WalletKeyset,
) )
from cashu.core.bolt11 import Invoice as InvoiceBolt11 from cashu.core.bolt11 import Invoice as InvoiceBolt11