diff --git a/app/models.py b/app/models.py index 2447ea58e..ed37aa9cc 100644 --- a/app/models.py +++ b/app/models.py @@ -355,10 +355,6 @@ ORGANISATION_TYPES = [ "federal", "state", "other" ] -# CROWN_ORGANISATION_TYPES = ["nhs_central"] -# NON_CROWN_ORGANISATION_TYPES = ["local", "nhs_local", "nhs_gp", "emergency_service", "school_or_college"] -# NHS_ORGANISATION_TYPES = ["nhs_central", "nhs_local", "nhs_gp"] - class OrganisationTypes(db.Model): __tablename__ = 'organisation_types'