mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
lint
This commit is contained in:
parent
98a9604ef3
commit
4803aaf971
3 changed files with 59 additions and 51 deletions
|
@ -109,5 +109,8 @@ def export_data_federal_to_csv(csv_file):
|
|||
"Security Contact Email",
|
||||
]
|
||||
sort_fields = ["domain__name", "federal_agency", "organization_type"]
|
||||
filter_condition = {"organization_type__icontains": "federal", "domain__state": Domain.State.READY}
|
||||
filter_condition = {
|
||||
"organization_type__icontains": "federal",
|
||||
"domain__state": Domain.State.READY,
|
||||
}
|
||||
export_domains_to_writer(writer, columns, sort_fields, filter_condition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue