Skip to content

Commit

Permalink
fixup!: not enough spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Nov 2, 2023
1 parent db14438 commit 284ee04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/djangoapps/contentstore/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def listen_for_course_publish(sender, course_key, **kwargs): # pylint: disable=
# Send to a signal for catalog info changes as well, but only once we know the transaction is committed.
transaction.on_commit(lambda: emit_catalog_info_changed_signal(course_key))


@receiver(SignalHandler.course_deleted)
def listen_for_course_delete(sender, course_key, **kwargs): # pylint: disable=unused-argument
"""
Expand Down

0 comments on commit 284ee04

Please sign in to comment.