Skip to content

Commit

Permalink
fixup!: too many spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Nov 2, 2023
1 parent c29a257 commit db14438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cms/djangoapps/contentstore/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ 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 db14438

Please sign in to comment.