From ccefe172bd19dc99c994ef6f48a21f28f7d02877 Mon Sep 17 00:00:00 2001 From: royjr Date: Fri, 17 Jul 2026 15:56:31 -0400 Subject: [PATCH] Update find_consecutive_can_ranges.py --- tools/radar/old/find_consecutive_can_ranges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/radar/old/find_consecutive_can_ranges.py b/tools/radar/old/find_consecutive_can_ranges.py index 5e24351ee7..4b5ec19599 100755 --- a/tools/radar/old/find_consecutive_can_ranges.py +++ b/tools/radar/old/find_consecutive_can_ranges.py @@ -326,4 +326,4 @@ def main() -> None: if __name__ == "__main__": - main() \ No newline at end of file + main()