From 7c7868f115d2ec1304ea591d67c01334ddfa8580 Mon Sep 17 00:00:00 2001 From: Tomas Krnak Date: Tue, 20 Dec 2022 06:11:16 -0500 Subject: [PATCH] fix(core): fix auto import --- core/src/apps/zcash/orchard/signer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/apps/zcash/orchard/signer.py b/core/src/apps/zcash/orchard/signer.py index 1cf8b0a999..92d41377ac 100644 --- a/core/src/apps/zcash/orchard/signer.py +++ b/core/src/apps/zcash/orchard/signer.py @@ -9,7 +9,7 @@ from trezor.messages import TxRequest, ZcashAck, ZcashOrchardInput, ZcashOrchard from trezor.wire import DataError from apps.bitcoin.sign_tx import helpers -from core.src.apps.common.paths import PathSchema +from apps.common.paths import PathSchema from .. import unified from ..hasher import ZcashHasher