1
0
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:
M1nd3r 2024-11-19 15:03:26 +01:00
parent c1a3a131e1
commit a9aa823389

View File

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