formatting

This commit is contained in:
Jon Roberts 2023-04-13 15:43:22 -06:00
parent ba306d8f73
commit bb25253959
No known key found for this signature in database
GPG key ID: EED093582198B041
4 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ class DomainApplication(TimeStampedModel):
(SUBMITTED, SUBMITTED),
(INVESTIGATING, INVESTIGATING),
(APPROVED, APPROVED),
(WITHDRAWN, WITHDRAWN)
(WITHDRAWN, WITHDRAWN),
]
class StateTerritoryChoices(models.TextChoices):