Skip to content

Commit c0c3a8d

Browse files
committed
remove unused param
1 parent 07a1790 commit c0c3a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/hierarchy/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _get_action_name(group_id):
5151
return "organization_show" if model_obj.is_organization else "group_show"
5252

5353

54-
def group_tree_parents(id_, type_='organization'):
54+
def group_tree_parents(id_):
5555
action_name = _get_action_name(id_)
5656
data_dict = {
5757
'id': id_,

0 commit comments

Comments
 (0)