瀏覽代碼

fixed extraneous linting error

Dan Starner 6 年之前
父節點
當前提交
72f0e31b84
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

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