Skip to content

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Nov 25, 2015
1 parent 0e17d0c commit 88541c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove/dataload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def dataset(request, pk):
return render(request, "dataset.html", {
'dataset': dataset,
'statuses': statuses(dataset),
'statuses_dict': { status['process']['id']:status for status in statuses(dataset) }
'statuses_dict': {status['process']['id']: status for status in statuses(dataset)}
})


Expand Down

0 comments on commit 88541c1

Please sign in to comment.