Skip to content

Commit

Permalink
Merge pull request #4822 from ckan/fix-pep8
Browse files Browse the repository at this point in the history
Fix pep8
  • Loading branch information
David Read committed May 29, 2019
2 parents 236f245 + 482f18d commit c8ac563
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/plugins/toolkit.py
Expand Up @@ -393,9 +393,8 @@ def _add_ckan_admin_tabs(cls, config, route_name, tab_label,
route_name: {
'label': tab_label,
'icon': icon
}
}
)
})
# update the config with the updated admin_tabs dict
config.update({config_var: admin_tabs_dict})

Expand Down

0 comments on commit c8ac563

Please sign in to comment.