Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Jun 4, 2024
1 parent 49400c9 commit f082218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_flight_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import time
import pytest

from common.mavlink.modules import drone_odometry
from modules.flight_interface import flight_interface
from ..common.mavlink.modules import drone_odometry


@pytest.fixture()
Expand Down

0 comments on commit f082218

Please sign in to comment.