Skip to content

Commit

Permalink
Update src/registrar/models/domain_request.py
Browse files Browse the repository at this point in the history
Co-authored-by: zandercymatics <[email protected]>
  • Loading branch information
therealslimhsiehdy and zandercymatics authored Aug 1, 2024
1 parent 6c82ec9 commit 4b2919d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/registrar/models/domain_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ def get_org_generic_to_org_election(cls):
@classmethod
def get_org_label(cls, org_name: str):
# Translating the key that is given to the direct readable value
if not org_name:
return None

return cls(org_name).label if org_name else None

class OrganizationChoicesVerbose(models.TextChoices):
Expand Down

0 comments on commit 4b2919d

Please sign in to comment.