1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

fixed extraneous linting error

This commit is contained in:
Dan Starner
2020-02-13 10:27:56 -05:00
parent ba9a2956a8
commit 72f0e31b84

View File

@ -409,7 +409,7 @@ if LDAP_CONFIG is not None:
# #
if CACHING_REDIS_USING_SENTINEL: if CACHING_REDIS_USING_SENTINEL:
CACHEOPS_SENTINEL = { CACHEOPS_SENTINEL = {
'locations': CACHING_REDIS_SENTINELS, 'locations': CACHING_REDIS_SENTINELS,
'service_name': CACHING_REDIS_SENTINEL_SERVICE, 'service_name': CACHING_REDIS_SENTINEL_SERVICE,
'db': CACHING_REDIS_DATABASE, 'db': CACHING_REDIS_DATABASE,
} }