Skip to content

Commit

Permalink
tui: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders authored and dwsutherland committed Apr 9, 2020
1 parent e2af330 commit e904325
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cylc/flow/tui/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def mutate(client, mutation, selection):
res = client(
'graphql',
{
# 'request_string': MUTATION_TEMPLATES[selection_type],
'request_string': request_string,
'variables': variables
}
Expand Down
1 change: 0 additions & 1 deletion cylc/flow/tui/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def compute_tree(flow):
else:
node['children'].sort(
key=lambda x: x['id_']
# reverse=True
)

return flow_node
Expand Down

0 comments on commit e904325

Please sign in to comment.