Skip to content

Commit ebe0a82

Browse files
committed
Update code style
1 parent 8cfa13f commit ebe0a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aem/azext_aem/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _enable_new(self):
152152
new_identity = IDENTITY_SYSTEM_USER_ASSIGNED
153153

154154
if vm_identity.get('type') == IDENTITY_USER_ASSIGNED or \
155-
vm_identity.get('type') == IDENTITY_SYSTEM_USER_ASSIGNED:
155+
vm_identity.get('type') == IDENTITY_SYSTEM_USER_ASSIGNED:
156156
user_assigned = [x for x in vm_identity.get('userAssignedIdentities', {}).keys()]
157157
else:
158158
user_assigned = []

0 commit comments

Comments
 (0)