mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 16:38:03 -02:30
Apply new rules from black update (#16232)
This commit is contained in:
@@ -11,7 +11,6 @@ from awxkit.utils import to_str
|
||||
from awxkit.exceptions import Unauthorized, Common
|
||||
from awxkit.cli.utils import cprint
|
||||
|
||||
|
||||
# you'll only see these warnings if you've explicitly *disabled* SSL
|
||||
# verification, so they're a little annoying, redundant
|
||||
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||
|
||||
@@ -15,7 +15,6 @@ from awxkit import api, config, utils, exceptions, WSClient # noqa
|
||||
from awxkit.cli.utils import HelpfulArgumentParser, cprint, disable_color, colored
|
||||
from awxkit.awx.utils import uses_sessions # noqa
|
||||
|
||||
|
||||
__version__ = _get_version('awxkit')
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ from .custom import CustomAction
|
||||
from .format import add_output_formatting_arguments, strtobool
|
||||
from .resource import DEPRECATED_RESOURCES_REVERSE
|
||||
|
||||
|
||||
UNIQUENESS_RULES = {
|
||||
'me': ('id', 'username'),
|
||||
'users': ('id', 'username'),
|
||||
|
||||
@@ -8,7 +8,6 @@ from awxkit.api.pages.api import EXPORTABLE_RESOURCES
|
||||
from awxkit.cli.format import format_response, add_formatting_import_export
|
||||
from awxkit.cli.utils import CustomRegistryMeta
|
||||
|
||||
|
||||
CONTROL_RESOURCES = ['ping', 'config', 'me', 'metrics', 'mesh_visualizer']
|
||||
|
||||
DEPRECATED_RESOURCES = {
|
||||
|
||||
Reference in New Issue
Block a user