Skip to content

Commit

Permalink
rearranged import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Jun 12, 2024
1 parent 5a177bf commit 8466d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_data_merge_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from modules import drone_odometry_local
from modules import lidar_detection
from modules import detections_and_odometry
from modules.data_merge import data_merge_worker
from ..common.mavlink.modules import drone_odometry

from modules.data_merge import data_merge_worker

# Constants
QUEUE_MAX_SIZE = 10
Expand Down

0 comments on commit 8466d5c

Please sign in to comment.