Skip to content

Commit 8aed0fc

Browse files
author
Shiva Shankar Vaddepally
committed
solving lint issues
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 7be650a commit 8aed0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/module_utils/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def format_value(val):
135135
if isinstance(val, bool):
136136
return str(val).lower()
137137
return str(val)
138-
138+
139139
args_val = ",".join(
140140
["%s:%s" % (k, quote(codecs.encode(format_value(args[k])), safe="")) for k in args]
141141
)

0 commit comments

Comments
 (0)