Migrate imports to SYS package (pipeline/result_table) and update related imports
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -8,7 +8,7 @@ from typing import Any, Dict, List, Optional, Sequence
|
||||
|
||||
from SYS.logger import debug
|
||||
from SYS.utils import ensure_directory
|
||||
from models import DownloadOptions
|
||||
from SYS.models import DownloadOptions
|
||||
|
||||
|
||||
def _get_nested(config: Dict[str, Any], *path: str) -> Any:
|
||||
|
||||
Reference in New Issue
Block a user