mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-21 01:29:02 +00:00
chore(core): remove redundant type ignore after micropython update
This commit is contained in:
parent
645664513e
commit
579393e42f
@ -78,7 +78,7 @@ async def handle_received_message(
|
||||
|
||||
print("micropython.mem_info() from received_message_handler.py")
|
||||
micropython.mem_info()
|
||||
print("Allocation count:", micropython.alloc_count()) # type: ignore ["alloc_count" is not a known attribute of module "micropython"]
|
||||
print("Allocation count:", micropython.alloc_count())
|
||||
except AttributeError:
|
||||
print(
|
||||
"To show allocation count, create the build with TREZOR_MEMPERF=1"
|
||||
|
Loading…
Reference in New Issue
Block a user