We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297f3b3 commit 17fbc86Copy full SHA for 17fbc86
readthedocs/projects/apps.py
@@ -8,10 +8,6 @@ class ProjectsConfig(AppConfig):
8
name = 'readthedocs.projects'
9
10
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
-
15
import readthedocs.projects.tasks.builds
16
import readthedocs.projects.tasks.search
17
import readthedocs.projects.tasks.utils
readthedocs/projects/tasks/__init__.py
0 commit comments