Browse Source

Removes compat celery.task.chords module

Ask Solem 8 years ago
parent
commit
b9e562b872
1 changed files with 0 additions and 3 deletions
  1. 0 3
      celery/five.py

+ 0 - 3
celery/five.py

@@ -53,9 +53,6 @@ def _compat_periodic_task_decorator(*args, **kwargs):
     return periodic_task(*args, **kwargs)
 
 COMPAT_MODULES = {
-    'celery.task': {
-        'chords': 'celery.canvas',
-    }
 }