removed TUI and others
This commit is contained in:
@@ -48,7 +48,7 @@ for path in (REPO_ROOT, TUI_DIR):
|
||||
if str_path not in sys.path:
|
||||
sys.path.insert(0, str_path)
|
||||
|
||||
from TUI.pipeline_runner import PipelineRunResult # type: ignore # noqa: E402
|
||||
from SYS.pipeline_runner import PipelineRunResult # type: ignore # noqa: E402
|
||||
from SYS.result_table import Table, extract_hash_value, extract_store_value, get_result_table_row_style # type: ignore # noqa: E402
|
||||
|
||||
from SYS.config import load_config # type: ignore # noqa: E402
|
||||
@@ -57,7 +57,7 @@ from Store.registry import Store as StoreRegistry # type: ignore # noqa: E402
|
||||
from SYS.cmdlet_catalog import ensure_registry_loaded, list_cmdlet_names # type: ignore # noqa: E402
|
||||
from SYS.cli_syntax import validate_pipeline_text # type: ignore # noqa: E402
|
||||
|
||||
from TUI.pipeline_runner import PipelineRunner # type: ignore # noqa: E402
|
||||
from SYS.pipeline_runner import PipelineRunner # type: ignore # noqa: E402
|
||||
|
||||
|
||||
def _dedup_preserve_order(items: List[str]) -> List[str]:
|
||||
|
||||
Reference in New Issue
Block a user