Skip to content

Commit 9c8d165

Browse files
authored
pylint (#36108)
1 parent 3a668e3 commit 9c8d165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/operations/_workspace_operations_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def _populate_arm_parameters(self, workspace: Workspace, **kwargs: Any) -> Tuple
639639
if workspace.system_datastores_auth_mode:
640640
_set_val(param["systemDatastoresAuthMode"], workspace.system_datastores_auth_mode)
641641

642-
if workspace.allow_roleassignment_on_rg == False:
642+
if workspace.allow_roleassignment_on_rg is False:
643643
_set_val(param["allowRoleAssignmentOnRG"], "false")
644644

645645
if workspace.image_build_compute:

0 commit comments

Comments
 (0)