h
This commit is contained in:
4
TUI.py
4
TUI.py
@@ -40,7 +40,7 @@ for path in (REPO_ROOT, TUI_DIR):
|
||||
sys.path.insert(0, str_path)
|
||||
|
||||
from TUI.pipeline_runner import PipelineRunResult # type: ignore # noqa: E402
|
||||
from SYS.result_table import ResultTable, extract_hash_value, extract_store_value # type: ignore # noqa: E402
|
||||
from SYS.result_table import Table, extract_hash_value, extract_store_value # type: ignore # noqa: E402
|
||||
|
||||
from SYS.config import load_config # type: ignore # noqa: E402
|
||||
from Store.registry import Store as StoreRegistry # type: ignore # noqa: E402
|
||||
@@ -435,7 +435,7 @@ class PipelineHubApp(App):
|
||||
self.results_table: Optional[DataTable] = None
|
||||
self.worker_table: Optional[DataTable] = None
|
||||
self.status_panel: Optional[Static] = None
|
||||
self.current_result_table: Optional[ResultTable] = None
|
||||
self.current_result_table: Optional[Table] = None
|
||||
self.suggestion_list: Optional[OptionList] = None
|
||||
self._cmdlet_names: List[str] = []
|
||||
self._pipeline_running = False
|
||||
|
||||
Reference in New Issue
Block a user