From 50f14226cd64e500ad9333484e2c1f0b238262c5 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Sat, 9 Mar 2024 17:29:04 +0000 Subject: [PATCH] . --- selfdrive/car/ford/values.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/car/ford/values.py b/selfdrive/car/ford/values.py index 601e87348d..c6cdc185f6 100644 --- a/selfdrive/car/ford/values.py +++ b/selfdrive/car/ford/values.py @@ -165,8 +165,6 @@ FW_RE = re.compile(b'^(?P[' + FW_ALPHABET + b'])' + b'(?P[' + FW_ALPHABET + b']{2,})$') -# We use the `platform_hint` to identify the model and the `model_year_hint` to distinguish between -# generations. def get_platform_codes(fw_versions: list[bytes] | set[bytes]) -> set[tuple[bytes, bytes]]: codes = set() for firmware in fw_versions: