From 93e8f799386aaa6f9862f76a05d2cb537b56d618 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 18 Sep 2023 01:16:16 -0700 Subject: [PATCH] this is all it took? --- selfdrive/car/toyota/tests/print_platform_codes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/tests/print_platform_codes.py b/selfdrive/car/toyota/tests/print_platform_codes.py index 25b921819d..11a5d5b754 100755 --- a/selfdrive/car/toyota/tests/print_platform_codes.py +++ b/selfdrive/car/toyota/tests/print_platform_codes.py @@ -7,7 +7,7 @@ Ecu = car.CarParams.Ecu ECU_NAME = {v: k for k, v in Ecu.schema.enumerants.items()} if __name__ == "__main__": - parts_for_ecu = defaultdict(set) + parts_for_ecu: dict = defaultdict(set) for car_model, ecus in FW_VERSIONS.items(): print()