mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 15:04:11 +02:00
lint
This commit is contained in:
parent
e9338520fd
commit
ac9ea095ed
2 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@ class DefaultUserValues(StrEnum):
|
||||||
- SYSTEM: "System" <= Default username
|
- SYSTEM: "System" <= Default username
|
||||||
- UNRETRIEVED: "Unretrieved" <= Default email state
|
- UNRETRIEVED: "Unretrieved" <= Default email state
|
||||||
"""
|
"""
|
||||||
|
|
||||||
HELP_EMAIL = "help@get.gov"
|
HELP_EMAIL = "help@get.gov"
|
||||||
SYSTEM = "System"
|
SYSTEM = "System"
|
||||||
UNRETRIEVED = "Unretrieved"
|
UNRETRIEVED = "Unretrieved"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue