diff --git a/webapp/ipe_fetcher/model.py b/webapp/ipe_fetcher/model.py index d5c779c..4873c91 100644 --- a/webapp/ipe_fetcher/model.py +++ b/webapp/ipe_fetcher/model.py @@ -2,7 +2,6 @@ from typing import TypedDict class FAIEligibilityStatus(TypedDict): - faiName: str isEligible: bool ftthDeployer: str ftthStatus: str