Remove the upload letters permission

As of https://github.com/alphagov/notifications-admin/pull/3690 it’s no
longer referred to.
This commit is contained in:
Chris Hill-Scott
2020-10-20 11:16:18 +01:00
parent 05160bc064
commit 182bfa7e10
6 changed files with 12 additions and 24 deletions

View File

@@ -50,7 +50,6 @@ from app.models import (
NOTIFICATION_PERMANENT_FAILURE,
SMS_TYPE,
LETTER_TYPE,
UPLOAD_LETTERS,
INTERNATIONAL_LETTERS
)
from app.utils import (
@@ -66,7 +65,6 @@ DEFAULT_SERVICE_PERMISSIONS = [
EMAIL_TYPE,
LETTER_TYPE,
INTERNATIONAL_SMS_TYPE,
UPLOAD_LETTERS,
INTERNATIONAL_LETTERS,
]