apply afmt

This commit is contained in:
Robin Müller 2022-03-22 11:14:11 +01:00
parent 6690694f3e
commit a23cfda50d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -122,7 +122,9 @@ def pack_sus_cmds(tc_queue: TcQueueT, op_code: str):
)
def command_acs_board(object_id: bytes, mode: Modes, submode: int, tc_queue: TcQueueT, info: str):
def command_acs_board(
object_id: bytes, mode: Modes, submode: int, tc_queue: TcQueueT, info: str
):
tc_queue.appendleft((QueueCommands.PRINT, info))
mode_data = pack_mode_data(
object_id=object_id,