diff --git a/selfdrive/car/cruise.py b/selfdrive/car/cruise.py index 1f8a6312ad..4b130e7735 100644 --- a/selfdrive/car/cruise.py +++ b/selfdrive/car/cruise.py @@ -1,5 +1,5 @@ import math -import numpy as np +import numpy as np from cereal import car from openpilot.common.conversions import Conversions as CV @@ -20,7 +20,7 @@ ButtonEvent = car.CarState.ButtonEvent ButtonType = car.CarState.ButtonEvent.Type -CRUISE_LONG_PRESS = 50 +CRUISE_LONG_PRESS = 50 # CRUISE_NEAREST_FUNC = { ButtonType.accelCruise: math.ceil, ButtonType.decelCruise: math.floor,