Skip to content

Commit 12cd58b

Browse files
fix: fix linting
1 parent 184676f commit 12cd58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli-core/azure/cli/core/extension/dynamic_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _check_value_in_extensions(cli_ctx, parser, args, no_prompt): # pylint: dis
210210
telemetry.set_command_details(command_str,
211211
parameters=AzCliCommandInvoker._extract_parameter_names(args), # pylint: disable=protected-access
212212
extension_name=ext_name,
213-
command_preserve_casing = roughly_parse_command_with_casing(args))
213+
command_preserve_casing=roughly_parse_command_with_casing(args))
214214
run_after_extension_installed = _get_extension_run_after_dynamic_install_config(cli_ctx)
215215
prompt_info = ""
216216
if no_prompt:

0 commit comments

Comments
 (0)