Skip to content

Commit f7933b1

Browse files
lint issue
Signed-off-by: Shiva Shankar Vaddepally <shivashankar.vaddepally@cloud.com>
1 parent b22ac8c commit f7933b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/module_utils/module_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def create_or_update(self):
469469
self.resource_module_params.pop(key)
470470

471471
is_identical, temp_immutable_list = self.is_resource_identical()
472-
#temp_immutable_list is a dummy as '_' is not allowed in lint.
472+
# temp_immutable_list is a dummy as '_' is not allowed in lint.
473473
if is_identical:
474474
msg = (
475475
f"Resource {self.resource_name}/{self.resource_id} not updated because user is trying to "

0 commit comments

Comments
 (0)