mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-01 10:20:59 +00:00
fixup! fix(core): remove direct import of cache_codec in base.py [no changelog]
This commit is contained in:
parent
7f1a526625
commit
7e68d85a64
@ -275,6 +275,7 @@ async def handle_EndSession(msg: EndSession) -> Success:
|
||||
from storage.cache_codec import end_current_session
|
||||
|
||||
end_current_session()
|
||||
return Success()
|
||||
|
||||
async def handle_Ping(msg: Ping) -> Success:
|
||||
if msg.button_protection:
|
||||
|
Loading…
Reference in New Issue
Block a user