Skip to content

Commit

Permalink
Fix pep8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu committed Jan 2, 2014
1 parent 7f2a9d2 commit 97645b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/controllers/user.py
Expand Up @@ -229,7 +229,6 @@ def cycle_apikey(self, id):
h.flash_success(_('Profile updated'))
h.redirect_to(controller='user', action='read', id=data_dict['name'])


def _save_new(self, context):
try:
data_dict = logic.clean_dict(unflatten(
Expand Down

0 comments on commit 97645b4

Please sign in to comment.