Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmoyv27 committed Dec 13, 2024
1 parent 7f34420 commit b5e7d8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b5e7d8f

Please sign in to comment.