Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Nov 15, 2024
1 parent c4ce689 commit c7e6080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cashu/mint/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
Unit,
)
from ..core.crypto import b_dhke
from ..core.nuts import nut19
from ..core.crypto.secp import PublicKey
from ..core.db import Connection, Database
from ..core.errors import (
Expand All @@ -22,6 +21,7 @@
TransactionError,
TransactionUnitError,
)
from ..core.nuts import nut19
from ..core.settings import settings
from ..lightning.base import LightningBackend
from ..mint.crud import LedgerCrud
Expand Down
2 changes: 1 addition & 1 deletion cashu/wallet/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
WalletKeyset,
)
from ..core.crypto import b_dhke
from ..core.nuts import nut19
from ..core.crypto.keys import derive_keyset_id
from ..core.crypto.secp import PrivateKey, PublicKey
from ..core.db import Database
Expand All @@ -37,6 +36,7 @@
PostCheckStateResponse,
PostMeltQuoteResponse,
)
from ..core.nuts import nut19
from ..core.nuts.nuts import MINT_QUOTE_SIGNATURE_NUT
from ..core.p2pk import Secret
from ..core.settings import settings
Expand Down

0 comments on commit c7e6080

Please sign in to comment.