1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-29 09:58:47 +00:00

fix(core): fix auto import

This commit is contained in:
Tomas Krnak 2022-12-20 06:11:16 -05:00
parent 107f8cdbb3
commit 7c7868f115

View File

@ -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