From b5e7d8fecf889f909eca0479870e90f983b3f8f2 Mon Sep 17 00:00:00 2001 From: Vyomm Khanna Date: Fri, 13 Dec 2024 13:12:55 -0500 Subject: [PATCH] linting --- main2.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main2.py b/main2.py index 0218bd0..090c788 100644 --- a/main2.py +++ b/main2.py @@ -86,7 +86,9 @@ def main() -> int: angle_out_queue = worker.queue_wrapper.QueueWrapper(mp_manager, QUEUE_MAX_SIZE) # Flight Interface queues - command_to_flight_interface_queue = worker.queue_wrapper.QueueWrapper(mp_manager, QUEUE_MAX_SIZE) + command_to_flight_interface_queue = worker.queue_wrapper.QueueWrapper( + mp_manager, QUEUE_MAX_SIZE + ) # Processes detection_process = mp.Process(