Skip to content

Commit c1d17e4

Browse files
committed
Mistakenly kept this in the merge conflict
1 parent 634b53a commit c1d17e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

readthedocs/projects/apps.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@
55

66
class ProjectsConfig(AppConfig):
77
name = 'readthedocs.projects'
8-
9-
def ready(self):
10-
from readthedocs.projects import tasks
11-
from readthedocs.worker import app
12-
app.tasks.register(tasks.SyncRepositoryTask)
13-
app.tasks.register(tasks.UpdateDocsTask)

0 commit comments

Comments
 (0)