Skip to content

Commit

Permalink
Stack groups: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Nov 9, 2018
1 parent c00d98a commit c8be170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/applications/catmaid/control/stackgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def get_stackgroup_info(request, project_id, stackgroup_id):
.filter(stack_group=stackgroup_id) \
.order_by('position') \
.select_related('group_relation')
stacks = [l.stack_id for l in stackgroup_links]

result = {
'id': stackgroup.id,
Expand Down

0 comments on commit c8be170

Please sign in to comment.