From bdfdf3d8878479da2deefbf67e0559f0e0c16ada Mon Sep 17 00:00:00 2001 From: royjr Date: Sun, 23 Aug 2026 22:36:12 -0400 Subject: [PATCH] lint --- openpilot/sunnypilot/modeld_v2/load_progress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpilot/sunnypilot/modeld_v2/load_progress.py b/openpilot/sunnypilot/modeld_v2/load_progress.py index f1ddb6b779..8c861f38ea 100644 --- a/openpilot/sunnypilot/modeld_v2/load_progress.py +++ b/openpilot/sunnypilot/modeld_v2/load_progress.py @@ -1,5 +1,5 @@ import os -from openpilot.common.file_chunker import open_file_chunked, get_existing_chunks, get_manifest_path +from openpilot.common.file_chunker import open_file_chunked, get_existing_chunks from openpilot.common.params import Params PARAM = "UsbGpuLoadProgress"