diff --git a/core/src/apps/base.py b/core/src/apps/base.py index a8a29e57e2..ca923b7337 100644 --- a/core/src/apps/base.py +++ b/core/src/apps/base.py @@ -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)