Skip to content

Commit

Permalink
Removing extra line (#153)
Browse files Browse the repository at this point in the history
The `template_args` dictionary contained an extra blank line which may severely impact the readability and flow of the code.
This change resolves that problem.
  • Loading branch information
tranv94 authored Apr 15, 2021
1 parent 2a8e1a5 commit 3c6954d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageflow/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def reduction(request, pk):
'analysis': analysis.get_summary_obj(),
'lightcurve': analysis.lightcurve,
'image_filters': ImageFilter.objects.all(),

'next_image': next_image,
}
if hasattr(analysis, 'reduction') and analysis.reduction:
Expand Down

0 comments on commit 3c6954d

Please sign in to comment.