From 1fa48ef353d2cdae69878cb1c28074832f98685e Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Mon, 17 Oct 2022 13:45:38 +0000 Subject: [PATCH] remove lingering comment --- app/models.py | 4 ---- 1 file changed, 4 deletions(-) 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'