Explorar o código

Fixes celeryctl shell

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
80705a47ae
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      celery/bin/celeryctl.py

+ 0 - 1
celery/bin/celeryctl.py

@@ -395,7 +395,6 @@ class shell(Command):
         from .. import task
         self.app.loader.import_default_modules()
         self.locals = {"celery": self.app,
-                       "BaseTask": task.BaseTask,
                        "TaskSet": task.TaskSet,
                        "chord": task.chord,
                        "group": task.group}