Python formatting

This commit is contained in:
Mouse Reeve 2022-01-06 11:50:51 -08:00
parent 4d0fa2db4a
commit cf57891482

View file

@ -122,8 +122,8 @@ STREAMS = [
# Redis cache backend
if env("USE_DUMMY_CACHE", False):
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
"default": {
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
}
}
else: