mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +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
|
||||
from .. import message_handler # noqa: F401
|
||||
from ..message_handler import wrap_protobuf_load
|
||||
|
||||
return wrap_protobuf_load(msg.data, expected_type)
|
||||
|
Loading…
Reference in New Issue
Block a user