From 8121450bb55cd08ad98e99e0aad6691507c0743a Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 19 Nov 2024 15:03:26 +0100 Subject: [PATCH] fixup base.py style --- core/src/apps/base.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)