Skip to content

Commit

Permalink
refactor: remove unnecessary f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
sohailfatima committed Oct 28, 2024
1 parent 1c7c6ae commit 690674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/bulk_email/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def _send_course_email(entry_id, email_id, to_list, global_email_context, subtas
str(course_email.course_id))
email_context['unsubscribe_text'] = 'Unsubscribe from course updates for this course'
email_context['disclaimer'] = (
f"You are receiving this email because you are enrolled in the "
"You are receiving this email because you are enrolled in the "
f"{email_context['platform_name']} course {email_context['course_title']}"
)

Expand Down

0 comments on commit 690674d

Please sign in to comment.