From 8fda2fc23b699c82dc0c5e7fe4609a92a26100d4 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Fri, 21 Mar 2025 21:28:06 +0100 Subject: [PATCH] Adjusted import to new wax & Python versions --- package/test_tools/__private/wallet/wallet_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/test_tools/__private/wallet/wallet_api.py b/package/test_tools/__private/wallet/wallet_api.py index d8fc45e27..9844707a1 100644 --- a/package/test_tools/__private/wallet/wallet_api.py +++ b/package/test_tools/__private/wallet/wallet_api.py @@ -76,7 +76,7 @@ from test_tools.__private.wax_wrapper import ( suggest_brain_key, ) from test_tools.__private.wax_wrapper import estimate_hive_collateral as wax_estimate_hive_collateral -from wax._private.exceptions import WaxValidationFailedError +from wax.exceptions import WaxValidationFailedError from wax.helpy import Hf26Asset as Asset if TYPE_CHECKING: -- GitLab