Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Nov 15, 2024
1 parent 59dc56f commit af616da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/core/crypto/nut19.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from hashlib import sha256
from typing import List

from secp import PrivateKey, PublicKey
from .secp import PrivateKey, PublicKey

from ..base import BlindedMessage

Expand Down

0 comments on commit af616da

Please sign in to comment.