Skip to content

Commit

Permalink
[#4874] [#4874] Pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 1, 2019
1 parent 4adbdbd commit d119258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckanext/reclineview/plugin.py
Expand Up @@ -25,7 +25,9 @@ def get_dataproxy_url():
'''
Returns the value of the ckan.recline.dataproxy_url config option
'''
return config.get('ckan.recline.dataproxy_url', '//jsonpdataproxy.appspot.com')
return config.get(
'ckan.recline.dataproxy_url', '//jsonpdataproxy.appspot.com')


def in_list(list_possible_values):
'''
Expand Down

0 comments on commit d119258

Please sign in to comment.