fix imports

This commit is contained in:
infiniteCable2
2026-07-21 17:25:35 +02:00
parent 85dd8e0586
commit 5c8fae0a37
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ from collections import deque
import numpy as np
import openpilot.cereal.messaging as messaging
from openpilot.cereal import car, log
from openpilot.cereal import log
from opendbc.car.structs import car
from openpilot.common.constants import ACCELERATION_DUE_TO_GRAVITY
from openpilot.common.params import Params
from openpilot.common.realtime import config_realtime_process, DT_MDL
@@ -1,6 +1,6 @@
import numpy as np
from openpilot.cereal import car
from opendbc.car.structs import car
from opendbc.car.volkswagen.values import CAR
from openpilot.common.constants import ACCELERATION_DUE_TO_GRAVITY
@@ -3,7 +3,7 @@ from collections import OrderedDict
import numpy as np
import pyray as rl
from openpilot.cereal import car
from opendbc.car.structs import car
from openpilot.selfdrive.ui.mici.onroad import blend_colors
from openpilot.selfdrive.ui.ui_state import ui_state, UIStatus