From ca1a626d7aa968b3a975383bc2019610cbfd987c Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 25 Aug 2025 08:16:08 -0400 Subject: [PATCH] fix --- sunnypilot/selfdrive/selfdrived/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/selfdrive/selfdrived/events.py b/sunnypilot/selfdrive/selfdrived/events.py index 5651e01084..f39fafefdb 100644 --- a/sunnypilot/selfdrive/selfdrived/events.py +++ b/sunnypilot/selfdrive/selfdrived/events.py @@ -1,6 +1,6 @@ import cereal.messaging as messaging from cereal import log, car, custom -from openpilot.common.conversions import Conversions as CV +from openpilot.common.constants import CV from openpilot.sunnypilot.selfdrive.selfdrived.events_base import EventsBase, Priority, ET, Alert, \ NoEntryAlert, ImmediateDisableAlert, EngagementAlert, NormalPermanentAlert, AlertCallbackType, wrong_car_mode_alert