mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
fixup! refactor(core): abstract cache and context [no changelog]
This commit is contained in:
parent
f431265736
commit
cebd147d76
@ -69,7 +69,6 @@ class CodecContext(Context):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# look up the protobuf class and parse the message
|
# look up the protobuf class and parse the message
|
||||||
from .. import message_handler # noqa: F401
|
|
||||||
from ..message_handler import wrap_protobuf_load
|
from ..message_handler import wrap_protobuf_load
|
||||||
|
|
||||||
return wrap_protobuf_load(msg.data, expected_type)
|
return wrap_protobuf_load(msg.data, expected_type)
|
||||||
|
Loading…
Reference in New Issue
Block a user