Skip to content

Commit 696646d

Browse files
bombs-kimauvipy
authored andcommitted
This is redundant because symbol_by_name will be called for self.registry_clss in __init__ method (celery#4703)
1 parent 8c753d7 commit 696646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/app/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class Celery(object):
203203
log_cls = 'celery.app.log:Logging'
204204
control_cls = 'celery.app.control:Control'
205205
task_cls = 'celery.app.task:Task'
206-
registry_cls = TaskRegistry
206+
registry_cls = 'celery.app.registry:TaskRegistry'
207207

208208
_fixups = None
209209
_pool = None

0 commit comments

Comments
 (0)