Skip to content

Commit db9e810

Browse files
committed
pylint fixs
1 parent ebd9d5a commit db9e810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/azure-cli/azure/cli/command_modules/acr/commands.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,11 @@ def _helm_deprecate_message(self):
433433
g.command('create', 'acr_connected_registry_create')
434434
g.command('update', 'acr_connected_registry_update')
435435
g.generic_update_command('update',
436-
getter_name='acr_connected_registry_update_get',
437-
setter_name='acr_connected_registry_update_set',
438-
custom_func_name='acr_connected_registry_update',
439-
custom_func_type=acr_connected_registry_util,
440-
client_factory=cf_acr_connected_registries)
436+
getter_name='acr_connected_registry_update_get',
437+
setter_name='acr_connected_registry_update_set',
438+
custom_func_name='acr_connected_registry_update',
439+
custom_func_type=acr_connected_registry_util,
440+
client_factory=cf_acr_connected_registries)
441441
g.command('delete', 'acr_connected_registry_delete')
442442
g.show_command('show', 'acr_connected_registry_show')
443443
g.command('deactivate', 'acr_connected_registry_deactivate')

0 commit comments

Comments
 (0)