1
0
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:
M1nd3r 2024-10-16 17:31:38 +02:00
parent 7f1a526625
commit 7e68d85a64

View File

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