Fix BLACK formatting using make style

M1nd3r/thp5
M1nd3r 2 months ago committed by M1nd3r
parent c923fc9854
commit a887a957ed

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

Loading…
Cancel
Save