mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 20:43:10 +02:00
Linting
This commit is contained in:
parent
674fc9f7b3
commit
82fc67025b
3 changed files with 6 additions and 16 deletions
|
@ -1,6 +1,7 @@
|
|||
from django.db import models
|
||||
from .utility.time_stamped_model import TimeStampedModel
|
||||
|
||||
|
||||
class StatusChoices(models.TextChoices):
|
||||
READY = "ready", "Ready"
|
||||
ON_HOLD = "on hold", "On Hold"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue