pylance things

This commit is contained in:
2026-08-21 00:57:15 -07:00
parent 7a438b1798
commit 19bd3f1279
21 changed files with 917 additions and 906 deletions
+4 -4
View File
@@ -1346,11 +1346,11 @@ class FlaresBaseWidget(QWidget):
self.update_participant_dropdown_label(combo=target_combo)
class CrossGroupUIMixin:
class InterGroupUIMixin:
participant_map: dict[str, str]
def setup_cross_group_ui(
def setup_inter_group_ui(
self,
index_texts: Sequence[str],
placeholder_text: str = ""
@@ -1678,9 +1678,9 @@ class CSVUIMixin:
class InterGroupUIMixin:
class IntraGroupUIMixin:
def setup_inter_group_ui(
def setup_intra_group_ui(
self,
index_texts: Sequence[str],
placeholder_text: str = ""