Remove unused attributes on ServiceSchema

This removes the `override_flag` attribute, which we stopped using in #98cd838510979d467191685aac38ff2e287a92c5
This commit is contained in:
Katie Smith
2022-05-19 13:52:26 +01:00
parent 4ffdd32054
commit 82862112fa

View File

@@ -233,7 +233,6 @@ class ServiceSchema(BaseSchema, UUIDsAsStringsMixin):
permissions = fields.Method("serialize_service_permissions", "deserialize_service_permissions")
email_branding = field_for(models.Service, 'email_branding')
organisation = field_for(models.Service, 'organisation')
override_flag = False
go_live_at = field_for(models.Service, 'go_live_at', format=DATETIME_FORMAT_NO_TIMEZONE)
allowed_broadcast_provider = fields.Method(dump_only=True, serialize='_get_allowed_broadcast_provider')
broadcast_channel = fields.Method(dump_only=True, serialize='_get_broadcast_channel')