diff --git a/cashu/core/base.py b/cashu/core/base.py index 8ee0e43b..7a9c29e0 100644 --- a/cashu/core/base.py +++ b/cashu/core/base.py @@ -9,9 +9,8 @@ from loguru import logger from pydantic import BaseModel, Field -from cashu.core.crypto.b_dhke import hash_to_curve - from .crypto.aes import AESCipher +from .crypto.b_dhke import hash_to_curve from .crypto.keys import ( derive_keys, derive_keys_sha256,