Skip to content

Commit 17fbc86

Browse files
authored
Celery: remove duplication of task names (#8929)
This was used to allow new instances to execute old Celery task names since they were moved into different modules and their name changed.
1 parent 297f3b3 commit 17fbc86

File tree

2 files changed

+0
-125
lines changed

2 files changed

+0
-125
lines changed

readthedocs/projects/apps.py

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ class ProjectsConfig(AppConfig):
88
name = 'readthedocs.projects'
99

1010
def ready(self):
11-
# TODO: remove this import after the deploy together with the
12-
# `tasks/__init__.py` file
13-
import readthedocs.projects.tasks
14-
1511
import readthedocs.projects.tasks.builds
1612
import readthedocs.projects.tasks.search
1713
import readthedocs.projects.tasks.utils

readthedocs/projects/tasks/__init__.py

-121
This file was deleted.

0 commit comments

Comments
 (0)