mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 21:10:57 +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:
|
||||
|
||||
async def handle_Initialize(
|
||||
msg: Initialize,
|
||||
) -> Features:
|
||||
async def handle_Initialize(msg: Initialize) -> Features:
|
||||
import storage.cache_codec as cache_codec
|
||||
|
||||
session_id = cache_codec.start_session(msg.session_id)
|
||||
|
Loading…
Reference in New Issue
Block a user