mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 13:22:05 +00:00
Fix BLACK formatting of context.py
This commit is contained in:
parent
7007b7001d
commit
261f02815d
@ -80,14 +80,12 @@ class Context:
|
|||||||
@overload
|
@overload
|
||||||
async def read(
|
async def read(
|
||||||
self, expected_types: Container[int]
|
self, expected_types: Container[int]
|
||||||
) -> protobuf.MessageType:
|
) -> protobuf.MessageType: ...
|
||||||
...
|
|
||||||
|
|
||||||
@overload
|
@overload
|
||||||
async def read(
|
async def read(
|
||||||
self, expected_types: Container[int], expected_type: type[LoadedMessageType]
|
self, expected_types: Container[int], expected_type: type[LoadedMessageType]
|
||||||
) -> LoadedMessageType:
|
) -> LoadedMessageType: ...
|
||||||
...
|
|
||||||
|
|
||||||
async def read(
|
async def read(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user