Skip to content

Commit c86657d

Browse files
committed
style: Use double quotes
1 parent 4205ee8 commit c86657d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uvdat/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
}
159159

160160
# Large image cache with Redis
161-
LARGE_IMAGE_CACHE_BACKEND = 'redis'
161+
LARGE_IMAGE_CACHE_BACKEND = "redis"
162162
LARGE_IMAGE_CACHE_REDIS_URL = env.url("DJANGO_REDIS_URL").geturl()
163163

164164
UVDAT_WEB_URL: str = env.url("DJANGO_UVDAT_WEB_URL").geturl()

0 commit comments

Comments
 (0)