mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-14 08:24:50 +02:00
Linting 2
This commit is contained in:
parent
d2a8ab16c8
commit
07bcff9522
1 changed files with 11 additions and 11 deletions
|
@ -196,18 +196,18 @@ class LoadExtraTransitionDomain:
|
||||||
f"{TerminalColors.ENDC}"
|
f"{TerminalColors.ENDC}"
|
||||||
)
|
)
|
||||||
failed_transition_domains.append(domain_name)
|
failed_transition_domains.append(domain_name)
|
||||||
|
|
||||||
updated_fields = [
|
updated_fields = [
|
||||||
"organization_name",
|
"organization_name",
|
||||||
"organization_type",
|
"organization_type",
|
||||||
"federal_type",
|
"federal_type",
|
||||||
"federal_agency",
|
"federal_agency",
|
||||||
"first_name",
|
"first_name",
|
||||||
"middle_name",
|
"middle_name",
|
||||||
"last_name",
|
"last_name",
|
||||||
"email",
|
"email",
|
||||||
"phone",
|
"phone",
|
||||||
"epp_creation_date",
|
"epp_creation_date",
|
||||||
"epp_expiration_date",
|
"epp_expiration_date",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue