Skip to content

Commit 234e481

Browse files
committed
Fix to templating function
1 parent ac19002 commit 234e481

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python-lib/rest_api_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def template_dict(dictionnary, **kwargs):
1818
ret[key] = template_dict(ret[key], **kwargs)
1919
if isinstance(ret[key], str):
2020
ret[key] = format_template(ret[key], **kwargs)
21-
return ret
2221
return ret
2322

2423

0 commit comments

Comments
 (0)