Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Salman29 committed Jul 11, 2024
1 parent bcf861e commit 4adc715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openedx/features/sdaia_features/course_progress/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def send_course_completion_email(sender, user, course_id, **kwargs): # pylint:
send_user_course_completion_email.delay(user.id, str(course_id))



@receiver(REGISTER_USER)
def update_account_preference(sender, user, registration, **kwargs):
"""
Expand Down

0 comments on commit 4adc715

Please sign in to comment.