Skip to content

Commit

Permalink
removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
czpython committed Aug 25, 2016
1 parent c6e7ccd commit db2b69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/utils/plugins.py
Expand Up @@ -144,7 +144,7 @@ def build_plugin_tree(plugins):


def downcast_plugins(plugins,
placeholders=None, request=None, verify_parent=True):
placeholders=None, request=None):
plugin_types_map = defaultdict(list)
plugin_lookup = {}
plugin_ids = []
Expand Down

0 comments on commit db2b69b

Please sign in to comment.