Skip to content

Commit

Permalink
add missing openpilot prefix to imports
Browse files Browse the repository at this point in the history
old-commit-hash: 74b9a6a
  • Loading branch information
incognitojam committed Aug 24, 2023
1 parent 0984736 commit 2b38b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selfdrive/car/ford/tests/test_ford.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import capnp

from cereal import car
from selfdrive.car.ford.values import FW_QUERY_CONFIG, FW_VERSIONS
from openpilot.selfdrive.car.ford.values import FW_QUERY_CONFIG, FW_VERSIONS

Ecu = car.CarParams.Ecu

Expand Down
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/tests/test_latcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from openpilot.selfdrive.controls.lib.latcontrol_torque import LatControlTorque
from openpilot.selfdrive.controls.lib.latcontrol_angle import LatControlAngle
from openpilot.selfdrive.controls.lib.vehicle_model import VehicleModel
from selfdrive.navd.tests.test_map_renderer import gen_llk
from openpilot.selfdrive.navd.tests.test_map_renderer import gen_llk


class TestLatControl(unittest.TestCase):
Expand Down

0 comments on commit 2b38b62

Please sign in to comment.