mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-01 20:24:48 +00:00
Fixed linting error
This commit is contained in:
parent
8c29d9a44d
commit
993aed7b1d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class Config:
|
|||
return result
|
||||
|
||||
def __getattr__(self, key):
|
||||
if key in ("_backend",):
|
||||
if key == "_backend":
|
||||
return super().__getattribute__(key)
|
||||
try:
|
||||
if len(settings.CONFIG[key]) not in (2, 3):
|
||||
|
|
|
|||
Loading…
Reference in a new issue