f
This commit is contained in:
@@ -4,15 +4,13 @@ from typing import Any, Dict, List, Sequence, Tuple
|
||||
import sys
|
||||
|
||||
from SYS import pipeline as ctx
|
||||
from . import _shared as sh
|
||||
|
||||
Cmdlet, CmdletArg, SharedArgs, parse_cmdlet_args, get_field, normalize_hash = (
|
||||
sh.Cmdlet,
|
||||
sh.CmdletArg,
|
||||
sh.SharedArgs,
|
||||
sh.parse_cmdlet_args,
|
||||
sh.get_field,
|
||||
sh.normalize_hash,
|
||||
from ._shared import (
|
||||
Cmdlet,
|
||||
CmdletArg,
|
||||
SharedArgs,
|
||||
parse_cmdlet_args,
|
||||
get_field,
|
||||
normalize_hash,
|
||||
)
|
||||
from SYS.logger import log
|
||||
from Store import Store
|
||||
|
||||
@@ -8,14 +8,12 @@ import sys
|
||||
import re
|
||||
from fnmatch import fnmatch
|
||||
from urllib.parse import urlparse, parse_qsl, urlencode, urlunparse
|
||||
from . import _shared as sh
|
||||
|
||||
Cmdlet, SharedArgs, parse_cmdlet_args, get_field, normalize_hash = (
|
||||
sh.Cmdlet,
|
||||
sh.SharedArgs,
|
||||
sh.parse_cmdlet_args,
|
||||
sh.get_field,
|
||||
sh.normalize_hash,
|
||||
from ._shared import (
|
||||
Cmdlet,
|
||||
SharedArgs,
|
||||
parse_cmdlet_args,
|
||||
get_field,
|
||||
normalize_hash,
|
||||
)
|
||||
from SYS.logger import log
|
||||
from SYS.result_table import Table
|
||||
|
||||
@@ -18,9 +18,7 @@ from SYS.rich_display import (
|
||||
show_available_providers_panel,
|
||||
)
|
||||
|
||||
from . import _shared as sh
|
||||
|
||||
(
|
||||
from ._shared import (
|
||||
Cmdlet,
|
||||
CmdletArg,
|
||||
SharedArgs,
|
||||
@@ -29,15 +27,6 @@ from . import _shared as sh
|
||||
normalize_hash,
|
||||
first_title_tag,
|
||||
parse_hash_query,
|
||||
) = (
|
||||
sh.Cmdlet,
|
||||
sh.CmdletArg,
|
||||
sh.SharedArgs,
|
||||
sh.get_field,
|
||||
sh.should_show_help,
|
||||
sh.normalize_hash,
|
||||
sh.first_title_tag,
|
||||
sh.parse_hash_query,
|
||||
)
|
||||
from SYS import pipeline as ctx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user