[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-03-22 15:21:10 +00:00
parent 08a26993c1
commit d35289f8b8

View file

@ -64,10 +64,7 @@ TEMPLATES = [
# https://docs.djangoproject.com/en/3.1/ref/settings/#databases
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:'
},
'default': {'ENGINE': 'django.db.backends.sqlite3', 'NAME': ':memory:'},
}