Skip to content

Commit 80705a4

Browse files
committed
Fixes celeryctl shell
1 parent 632c4f1 commit 80705a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

celery/bin/celeryctl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ def run(self, force_ipython=False, force_bpython=False,
395395
from .. import task
396396
self.app.loader.import_default_modules()
397397
self.locals = {"celery": self.app,
398-
"BaseTask": task.BaseTask,
399398
"TaskSet": task.TaskSet,
400399
"chord": task.chord,
401400
"group": task.group}

0 commit comments

Comments
 (0)