mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
lint
This commit is contained in:
parent
e9338520fd
commit
ac9ea095ed
2 changed files with 3 additions and 2 deletions
|
@ -198,8 +198,8 @@ class BaseExport(ABC):
|
|||
|
||||
# We can infer that if we're passing in annotations,
|
||||
# we want to grab the result of said annotation.
|
||||
if computed_fields :
|
||||
related_table_fields.extend(computed_fields .keys())
|
||||
if computed_fields:
|
||||
related_table_fields.extend(computed_fields.keys())
|
||||
|
||||
# Get prexisting fields on the model
|
||||
model_fields = set()
|
||||
|
|
|
@ -49,6 +49,7 @@ class DefaultUserValues(StrEnum):
|
|||
- SYSTEM: "System" <= Default username
|
||||
- UNRETRIEVED: "Unretrieved" <= Default email state
|
||||
"""
|
||||
|
||||
HELP_EMAIL = "help@get.gov"
|
||||
SYSTEM = "System"
|
||||
UNRETRIEVED = "Unretrieved"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue