Skip to content

Commit a634bbb

Browse files
more formatting
1 parent eb5811f commit a634bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-lib/rest_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_params(endpoint_query_string, keywords, allow_list=False):
199199
templated_query_string = get_dku_key_values(endpoint_query_string)
200200
ret = {}
201201
for key in templated_query_string:
202-
ret.update({key: format_template(templated_query_string.get(key, ""),allow_list=allow_list, **keywords) or ""})
202+
ret.update({key: format_template(templated_query_string.get(key, ""), allow_list=allow_list, **keywords) or ""})
203203
return ret
204204

205205
def has_more_data(self):

0 commit comments

Comments
 (0)