mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: linting errors
This commit is contained in:
parent
5a745314b1
commit
2fee027f2c
@ -7,6 +7,6 @@ DEBUG = True
|
|||||||
# Send it in a dummy outbox
|
# Send it in a dummy outbox
|
||||||
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
|
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
|
||||||
|
|
||||||
INSTALLED_APPS.append(
|
INSTALLED_APPS.append( # noqa
|
||||||
"plane.tests",
|
"plane.tests",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user