Skip to content

Commit

Permalink
feat: remove unused signal
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Sep 17, 2024
1 parent 9f170c8 commit 87fcd93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openedx/core/djangoapps/signals/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,5 @@
# ]
COURSE_GRADE_NOW_FAILED = Signal()

# Signal that indicates that a user has become verified for certificate purposes
# providing_args=['user']
LEARNER_NOW_VERIFIED = Signal()

# providing_args=['user']
USER_ACCOUNT_ACTIVATED = Signal() # Signal indicating email verification

0 comments on commit 87fcd93

Please sign in to comment.