From 3d9696e0b09e49c38fed44301777152eab8d7bb1 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 7 Jun 2023 18:11:08 -0700 Subject: [PATCH] clean up (utils are cleaner and less buggy) --- selfdrive/car/hyundai/values.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/car/hyundai/values.py b/selfdrive/car/hyundai/values.py index 0bb6c9df4a..bc2547320c 100644 --- a/selfdrive/car/hyundai/values.py +++ b/selfdrive/car/hyundai/values.py @@ -360,7 +360,6 @@ def get_platform_codes(fw_versions: List[bytes]) -> Set[bytes]: # Create platform codes for all dates within range if ECU has FW dates final_codes = set() for code, dates in codes.items(): - # radar ECU does not have dates if None in dates: final_codes.add(code) continue