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"