From 26b7473f0486f5764fa418ec3332818ec2dace2c Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 26 Jan 2026 01:16:40 -0500 Subject: [PATCH] more cleanup --- selfdrive/ui/sunnypilot/onroad/speed_limit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/sunnypilot/onroad/speed_limit.py b/selfdrive/ui/sunnypilot/onroad/speed_limit.py index 7c16db6034..af39794746 100644 --- a/selfdrive/ui/sunnypilot/onroad/speed_limit.py +++ b/selfdrive/ui/sunnypilot/onroad/speed_limit.py @@ -4,7 +4,6 @@ Copyright (c) 2021-, Haibin Wen, sunnypilot, and a number of other contributors. 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 enum import IntEnum from dataclasses import dataclass import math import pyray as rl