Skip to content

Commit

Permalink
refactor: Remove Collection handlers skeleton code
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuf-musleh committed Aug 30, 2024
1 parent 0bf0f78 commit 45cf886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion openedx/core/djangoapps/content_libraries/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ def ready(self):
Import signal handler's module to ensure they are registered.
"""
from . import signal_handlers # pylint: disable=unused-import
from .collections import handlers # pylint: disable=unused-import
57 changes: 0 additions & 57 deletions openedx/core/djangoapps/content_libraries/collections/handlers.py

This file was deleted.

0 comments on commit 45cf886

Please sign in to comment.