From f5e9a439dbd9e8e8d233e75cba22a7a034796ffd Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 30 May 2025 23:36:43 -0400 Subject: [PATCH] fix spinner import --- sunnypilot/mapd/mapd_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/mapd/mapd_installer.py b/sunnypilot/mapd/mapd_installer.py index 3430178643..32e1d3cde6 100755 --- a/sunnypilot/mapd/mapd_installer.py +++ b/sunnypilot/mapd/mapd_installer.py @@ -9,8 +9,8 @@ from pathlib import Path from urllib.request import urlopen import openpilot.system.sentry as sentry from cereal import messaging -from openpilot.common.spinner import Spinner from openpilot.common.params import Params +from openpilot.system.ui.spinner import Spinner from openpilot.sunnypilot.mapd.mapd_manager import COMMON_DIR, MAPD_PATH, MAPD_BIN_DIR from openpilot.system.version import is_prebuilt