pull/31124/head
Cameron Clough 1 year ago
parent ade45901c1
commit 50f14226cd
  1. 2
      selfdrive/car/ford/values.py

@ -165,8 +165,6 @@ FW_RE = re.compile(b'^(?P<model_year_hint>[' + FW_ALPHABET + b'])' +
b'(?P<software_revision>[' + FW_ALPHABET + b']{2,})$') b'(?P<software_revision>[' + 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]]: def get_platform_codes(fw_versions: list[bytes] | set[bytes]) -> set[tuple[bytes, bytes]]:
codes = set() codes = set()
for firmware in fw_versions: for firmware in fw_versions:

Loading…
Cancel
Save