Skip to content

Commit

Permalink
chore(models): remove unused prop/route
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Aug 16, 2024
1 parent 03d9e6f commit e5d86d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benefits/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit e5d86d2

Please sign in to comment.