pylance things
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user