Skip to content

Commit 1e51163

Browse files
committed
Pylint
1 parent 20e094c commit 1e51163

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/identity

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/identity/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def update_identity(instance, tags=None, isolation_scope=None):
2929
if tags is not None:
3030
parameters['tags'] = tags
3131

32-
parameters['isolationScope'] = isolation_scope or instance.isolation_scope
32+
parameters['isolationScope'] = isolation_scope or instance.isolation_scope
3333
return parameters
3434

3535

0 commit comments

Comments
 (0)