From 4652042de05c64a0d8b120bf30f1a12012f24f1b Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:23:30 +0200 Subject: [PATCH] make format --- tests/test_crypto.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_crypto.py b/tests/test_crypto.py index e10f340..820457b 100644 --- a/tests/test_crypto.py +++ b/tests/test_crypto.py @@ -1,6 +1,7 @@ import pytest -from cashu.core.secp import PublicKey, PrivateKey + from cashu.core.b_dhke import hash_to_curve, step1_alice, step2_bob, step3_alice +from cashu.core.secp import PrivateKey, PublicKey def test_hash_to_curve():