Skip to content

Commit

Permalink
[#847] PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Dec 18, 2013
1 parent 057a40f commit 6905280
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckan/new_tests/factories.py
Expand Up @@ -134,7 +134,7 @@ def _create(cls, target_class, *args, **kwargs):
# the API key and other sensitive data to be returned in the user
# dict.
user_dict = helpers.call_action('user_show', id=user.id,
context={'user': user.name})
context={'user': user.name})
return user_dict


Expand Down
Expand Up @@ -27,4 +27,3 @@ class ExampleIAuthFunctionsPlugin(plugins.SingletonPlugin):

def get_auth_functions(self):
return {'group_create': group_create}

3 changes: 2 additions & 1 deletion ckanext/example_theme/custom_config_setting/plugin.py
Expand Up @@ -60,5 +60,6 @@ def get_helpers(self):
# extension they belong to, to avoid clashing with functions from
# other extensions.
return {'example_theme_most_popular_groups': most_popular_groups,
'example_theme_show_most_popular_groups': show_most_popular_groups,
'example_theme_show_most_popular_groups':
show_most_popular_groups,
}

0 comments on commit 6905280

Please sign in to comment.