Skip to content

Commit 4547693

Browse files
author
AhmadMWaddah
committed
Style: Format prod.py with black
1 parent f9e0a39 commit 4547693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/settings/prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
# CACHES - Optional Redis (fallback to dummy for CI)
5555
try:
5656
from . import REDIS_URL
57+
5758
CACHES = {
5859
"default": {
5960
"BACKEND": "django.core.cache.backends.redis.RedisCache",
@@ -93,7 +94,6 @@
9394
LOGGING["loggers"]["django"]["level"] = "INFO"
9495

9596
try:
96-
from .celery import celery
9797
CELERY_TASK_ALWAYS_EAGER = False
9898
CELERY_TASK_EAGER_PROPAGATES = False
9999
CELERY_WORKER_PREFETCH_MULTIPLIER = 1

0 commit comments

Comments
 (0)