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:
@ -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,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user