diff --git a/api/services/feature_service.py b/api/services/feature_service.py index b856c0867c..23efc310bb 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -10,7 +10,6 @@ from services.enterprise.enterprise_service import EnterpriseService class SubscriptionModel(BaseModel): plan: str = "sandbox" interval: str = "" - education: bool = False class BillingModel(BaseModel):