Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Dec 16, 2023
1 parent d881307 commit 0c9e850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tom_tns/templatetags/tns_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def report_to_tns(context):
initial = {
'ra': target.ra,
'dec': target.dec,
'reporter': f"{getattr(context['request'].user, 'get_full_name()', 'Anonymous User')}, using {settings.TOM_NAME}",
'reporter': f"{getattr(context['request'].user, 'get_full_name()', 'Anonymous User')},"
f" using {settings.TOM_NAME}",
}
# Get photometry if available
photometry = target.reduceddatum_set.filter(data_type='photometry')
Expand Down

0 comments on commit 0c9e850

Please sign in to comment.