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

Fix formatting

This commit is contained in:
M1nd3r 2024-03-13 16:00:02 +01:00 committed by M1nd3r
parent b62e708027
commit 84c069cdbf

View File

@ -297,7 +297,6 @@ async def _handle_broadcast(iface: WireInterface, ctrl_byte, report) -> Message
channel_id = _get_new_channel_id() channel_id = _get_new_channel_id()
THP.create_new_unauthenticated_session(iface, channel_id) THP.create_new_unauthenticated_session(iface, channel_id)
response_data = ( response_data = (
ustruct.pack(">8sH", nonce, channel_id) + _ENCODED_PROTOBUF_DEVICE_PROPERTIES ustruct.pack(">8sH", nonce, channel_id) + _ENCODED_PROTOBUF_DEVICE_PROPERTIES
) )