mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01:00
fix: linting errors
This commit is contained in:
@@ -7,6 +7,6 @@ DEBUG = True
|
||||
# Send it in a dummy outbox
|
||||
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
|
||||
|
||||
INSTALLED_APPS.append(
|
||||
INSTALLED_APPS.append( # noqa
|
||||
"plane.tests",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user