Explorar o código

fixed extraneous linting error

Dan Starner %!s(int64=6) %!d(string=hai) anos
pai
achega
72f0e31b84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
     }