From 475f98ff6f8d02c3206b9222047b44f4fb96d823 Mon Sep 17 00:00:00 2001 From: royjr Date: Sat, 7 Dec 2024 16:58:28 -0500 Subject: [PATCH] Update carcontroller.py --- opendbc/car/hyundai/carcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendbc/car/hyundai/carcontroller.py b/opendbc/car/hyundai/carcontroller.py index 1cbf343c0b..433dc330b6 100644 --- a/opendbc/car/hyundai/carcontroller.py +++ b/opendbc/car/hyundai/carcontroller.py @@ -1,4 +1,4 @@ -sfrom opendbc.can.packer import CANPacker +from opendbc.can.packer import CANPacker from opendbc.car import Bus, DT_CTRL, apply_driver_steer_torque_limits, common_fault_avoidance, make_tester_present_msg, structs from opendbc.car.common.conversions import Conversions as CV from opendbc.car.common.numpy_fast import clip