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:
@@ -12,9 +12,9 @@ from Store.Folder import Folder
|
||||
from Store import Store
|
||||
from . import _shared as sh
|
||||
from API import HydrusNetwork as hydrus_wrapper
|
||||
import pipeline as ctx
|
||||
from result_table import ResultTable, _format_size
|
||||
from rich_display import stdout_console
|
||||
from SYS import pipeline as ctx
|
||||
from SYS.result_table import ResultTable, _format_size
|
||||
from SYS.rich_display import stdout_console
|
||||
|
||||
|
||||
class Delete_File(sh.Cmdlet):
|
||||
|
||||
Reference in New Issue
Block a user