From e5d86d2a01c1cb93c327f48ddb48246783c9e378 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Fri, 16 Aug 2024 05:35:30 +0000 Subject: [PATCH] chore(models): remove unused prop/route --- benefits/core/models.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/benefits/core/models.py b/benefits/core/models.py index 0425ee8fb..4ea0ef1e8 100644 --- a/benefits/core/models.py +++ b/benefits/core/models.py @@ -354,11 +354,6 @@ def eligibility_index_url(self): """Public facing URL to the TransitAgency's eligibility page.""" return reverse(routes.ELIGIBILITY_AGENCY_INDEX, args=[self.slug]) - @property - def eligibility_api_public_key_url(self): - """Public-facing URL to the TransitAgency's public key.""" - return reverse("core:agency_public_key", args=[self.slug]) - @property def eligibility_api_private_key_data(self): """This Agency's private key as a string."""