updated for linting
This commit is contained in:
Родитель
617fd43d8b
Коммит
7ba09a93ac
|
@ -46,4 +46,3 @@ def create(_):
|
|||
client.config.retry_policy.policy.status_forcelist = None
|
||||
|
||||
return client
|
||||
|
||||
|
|
|
@ -217,4 +217,4 @@ def custom_arguments(self, _): # pylint: disable=too-many-statements
|
|||
with ArgumentsContext(self, 'is') as arg_context:
|
||||
# expect the parameter command_input in the python method as --command in commandline.
|
||||
arg_context.argument('command_input',
|
||||
CLIArgumentType(options_list='--command'))
|
||||
CLIArgumentType(options_list='--command'))
|
||||
|
|
|
@ -237,7 +237,6 @@ class ServiceFabricRequestTests(ScenarioTest):
|
|||
and sent to the cluster."""
|
||||
|
||||
sample_path_base = '@' + path.join(path.dirname(__file__), 'sample_json')
|
||||
sample_yaml_base = '@' + path.join(path.dirname(__file__), 'sample_yaml')
|
||||
|
||||
# Get current directory
|
||||
dir_path = path.dirname(path.realpath(__file__))
|
||||
|
|
Загрузка…
Ссылка в новой задаче