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:
@@ -18,7 +18,7 @@ Cmdlet, CmdletArg, should_show_help = (
|
||||
sh.CmdletArg,
|
||||
sh.should_show_help,
|
||||
)
|
||||
import pipeline as ctx
|
||||
from SYS import pipeline as ctx
|
||||
|
||||
# Optional dependencies
|
||||
try:
|
||||
@@ -226,7 +226,7 @@ class Search_Provider(Cmdlet):
|
||||
import result_table
|
||||
|
||||
importlib.reload(result_table)
|
||||
from result_table import ResultTable
|
||||
from SYS.result_table import ResultTable
|
||||
|
||||
provider_text = str(provider_name or "").strip()
|
||||
provider_lower = provider_text.lower()
|
||||
|
||||
Reference in New Issue
Block a user