Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Mar 2, 2018
1 parent 7254d55 commit 7ffabb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/web/framework/helpers/grids.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ def url(*args, **kwargs):
extra = "↓"
else:
extra = "↑"
else:
href = url(sort=column.key)
grid_config['columns'].append({
'key' : column.key,
'visible' : column.visible,
Expand Down

0 comments on commit 7ffabb1

Please sign in to comment.