1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-24 05:12:02 +00:00

Fix BLACK formatting of context.py

This commit is contained in:
M1nd3r 2024-03-12 13:45:00 +01:00 committed by M1nd3r
parent 7007b7001d
commit 261f02815d

View File

@ -80,14 +80,12 @@ class Context:
@overload
async def read(
self, expected_types: Container[int]
) -> protobuf.MessageType:
...
) -> protobuf.MessageType: ...
@overload
async def read(
self, expected_types: Container[int], expected_type: type[LoadedMessageType]
) -> LoadedMessageType:
...
) -> LoadedMessageType: ...
async def read(
self,