From cad4b5ee55edcb9564304512a7261125040bfb44 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Fri, 26 Apr 2024 16:13:50 +0200 Subject: [PATCH] Remove unnecessary ignores in message handler --- core/src/trezor/wire/message_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/trezor/wire/message_handler.py b/core/src/trezor/wire/message_handler.py index 18c4dbe9b..2d9fc4a1e 100644 --- a/core/src/trezor/wire/message_handler.py +++ b/core/src/trezor/wire/message_handler.py @@ -1,5 +1,5 @@ -from micropython import const # pyright: ignore[reportMissingModuleSource] -from typing import TYPE_CHECKING # pyright: ignore[reportShadowedImports] +from micropython import const +from typing import TYPE_CHECKING from storage.cache_common import InvalidSessionError from trezor import log, loop, protobuf, utils, workflow