Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Nov 20, 2024
1 parent ee43caf commit 1f3ab34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cashu/wallet/mint_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from ..core.base import Method, Unit
from ..core.models import MintInfoContact, Nut15MppSupport
from ..core.nuts.nuts import MPP_NUT, WEBSOCKETS_NUT, MINT_QUOTE_SIGNATURE_NUT
from ..core.nuts.nuts import MINT_QUOTE_SIGNATURE_NUT, MPP_NUT, WEBSOCKETS_NUT


class MintInfo(BaseModel):
Expand Down
1 change: 0 additions & 1 deletion cashu/wallet/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
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
from ..core.split import amount_split
Expand Down

0 comments on commit 1f3ab34

Please sign in to comment.