Remove unused method

I can't see it being used anywhere and deleting it doesn't break
any tests.

Note, this is currenty the only place using
`get_default_letter_contact` so that could be deleted too but we
are going to keep it and repurpose it in the next commit.
This commit is contained in:
David McDonald
2022-04-11 14:53:03 +01:00
parent 385be77d67
commit c73f0bb414

View File

@@ -246,9 +246,6 @@ class ServiceSchema(BaseSchema, UUIDsAsStringsMixin):
def service_permissions(self, service):
return [p.permission for p in service.permissions]
def get_letter_contact(self, service):
return service.get_default_letter_contact()
class Meta(BaseSchema.Meta):
model = models.Service
exclude = (