Skip to content

Commit

Permalink
Update backends.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored and auvipy committed Oct 14, 2022
1 parent 64f7e89 commit bc312e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion celery/app/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"""

BACKEND_ALIASES = {
'amqp': 'celery.backends.amqp:AMQPBackend',
'rpc': 'celery.backends.rpc.RPCBackend',
'cache': 'celery.backends.cache:CacheBackend',
'redis': 'celery.backends.redis:RedisBackend',
Expand Down

0 comments on commit bc312e5

Please sign in to comment.