PR suggestions

This commit is contained in:
zandercymatics 2024-04-16 15:24:56 -06:00
parent 8960b605af
commit 582f35bc07
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 110 additions and 47 deletions

View file

@ -675,7 +675,7 @@ class DomainRequest(TimeStampedModel):
# These have to be defined here, as you'd get a cyclical import error
# otherwise.
# For any given organization type, return the "_election" variant.
# For any given organization type, return the "_ELECTION" enum equivalent.
# For example: STATE_OR_TERRITORY => STATE_OR_TERRITORY_ELECTION
generic_org_map = self.OrgChoicesElectionOffice.get_org_generic_to_org_election()