From e717541ef4ffd02763e64fdbc29a58a83158580a Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Wed, 26 Aug 2026 02:48:33 -0400 Subject: [PATCH] [TIZI/TICI] ui: drop docstring that restates the function name --- openpilot/selfdrive/ui/sunnypilot/layouts/settings/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpilot/selfdrive/ui/sunnypilot/layouts/settings/models.py b/openpilot/selfdrive/ui/sunnypilot/layouts/settings/models.py index cbd655b7f2..b01d51cce5 100644 --- a/openpilot/selfdrive/ui/sunnypilot/layouts/settings/models.py +++ b/openpilot/selfdrive/ui/sunnypilot/layouts/settings/models.py @@ -236,7 +236,6 @@ class ModelsLayout(Widget): self._open_source_dialog("qcom" if active_source() == "usbgpu" else "usbgpu") def _open_source_dialog(self, source): - """Opens the picker for one hardware: its model folders plus the Default reset entry.""" self._selection_source = source favs = ui_state.params.get("ModelManager_Favs") favorites = set(favs.split(';')) if favs else set()