From b05cf14bf32df5f049c0220a757cd3829f23ceac Mon Sep 17 00:00:00 2001 From: Johan Le Baut Date: Mon, 14 Mar 2022 22:16:25 +0100 Subject: [PATCH] model --- webapp/ipe_fetcher/model.py | 1 - 1 file changed, 1 deletion(-) 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