Skip to content

Commit d1ba410

Browse files
author
Shiva Shankar Vaddepally
committed
resolving pylint issues
Signed-off-by: Shiva Shankar Vaddepally <shivashankar.vaddepally@cloud.com>
1 parent 96d5281 commit d1ba410

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/module_utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@
150150
'ssldhfile',
151151
'sslkeyfile',
152152
'systementitydata'
153-
]
153+
]

plugins/module_utils/module_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def get_existing_resource(self):
340340
if key in resources and resources[key] != value:
341341
match_found = False
342342
break
343-
343+
344344
# If all parameters match, use this resource
345345
if match_found:
346346
self.existing_resource = resources

tools/migrationtool/convert_yaml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_task_level_keys(task_data, verbose):
8686
def get_cred_attributes(plugindata, verbose):
8787
logincreds = {}
8888
if verbose:
89-
print(f"getting nitro credentials")
89+
print("getting nitro credentials")
9090
try:
9191
for key in netscaler_login_specifics:
9292
if key in plugindata:
@@ -227,7 +227,7 @@ def convert_yaml_file(input_file, output_file, template_file, verbose):
227227
print(f"Error occurred during conversion: {e}")
228228
return
229229
print(f"Output written to: {output_file}")
230-
print(f"YAML conversion completed")
230+
print("YAML conversion completed")
231231

232232

233233
def main():

0 commit comments

Comments
 (0)