From 43fa7e34465e80c3261feaeb05ab5651294bb0b8 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Tue, 18 Mar 2025 00:04:37 -0400 Subject: [PATCH] move around --- sunnypilot/selfdrive/controls/lib/latcontrol_torque_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/selfdrive/controls/lib/latcontrol_torque_ext.py b/sunnypilot/selfdrive/controls/lib/latcontrol_torque_ext.py index 1525fb991d..409e1f09a4 100644 --- a/sunnypilot/selfdrive/controls/lib/latcontrol_torque_ext.py +++ b/sunnypilot/selfdrive/controls/lib/latcontrol_torque_ext.py @@ -5,8 +5,8 @@ This file is part of sunnypilot and is licensed under the MIT License. See the LICENSE.md file in the root directory for more details. """ -from openpilot.sunnypilot.selfdrive.controls.lib.nnlc.nnlc import NeuralNetworkLateralControl from openpilot.sunnypilot.selfdrive.controls.lib.latcontrol_torque_lat_accel import LatControlTorqueCustomLateralAccel +from openpilot.sunnypilot.selfdrive.controls.lib.nnlc.nnlc import NeuralNetworkLateralControl class LatControlTorqueExt(NeuralNetworkLateralControl, LatControlTorqueCustomLateralAccel):