Skip to content

Commit

Permalink
[#1358] The joys of PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 5, 2013
1 parent e973268 commit 97ecce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ckanext/datapusher/helpers.py
Expand Up @@ -10,6 +10,7 @@ def datapusher_status(resource_id):
'status': 'unknown'
}


def datapusher_status_description(status):
_ = toolkit._

Expand Down
3 changes: 2 additions & 1 deletion ckanext/datapusher/plugin.py
Expand Up @@ -129,5 +129,6 @@ def get_auth_functions(self):
def get_helpers(self):
return {
'datapusher_status': helpers.datapusher_status,
'datapusher_status_description': helpers.datapusher_status_description,
'datapusher_status_description':
helpers.datapusher_status_description,
}

0 comments on commit 97ecce2

Please sign in to comment.