Skip to content

Commit

Permalink
Fix celery shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisemm committed Oct 17, 2020
1 parent 6957f96 commit c4f0a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/bin/shell.py
Expand Up @@ -130,7 +130,7 @@ def shell(ctx, ipython=False, bpython=False,
import_module('celery.concurrency.eventlet')
if gevent:
import_module('celery.concurrency.gevent')
import celery.task.base
import celery
app = ctx.obj.app
app.loader.import_default_modules()

Expand Down

0 comments on commit c4f0a02

Please sign in to comment.