mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-08 14:31:06 +00:00
fixup base.py style
This commit is contained in:
parent
c1a3a131e1
commit
a9aa823389
@ -206,9 +206,7 @@ def get_features() -> Features:
|
|||||||
|
|
||||||
if not utils.USE_THP:
|
if not utils.USE_THP:
|
||||||
|
|
||||||
async def handle_Initialize(
|
async def handle_Initialize(msg: Initialize) -> Features:
|
||||||
msg: Initialize,
|
|
||||||
) -> Features:
|
|
||||||
import storage.cache_codec as cache_codec
|
import storage.cache_codec as cache_codec
|
||||||
|
|
||||||
session_id = cache_codec.start_session(msg.session_id)
|
session_id = cache_codec.start_session(msg.session_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user