mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-21 20:09:23 +02:00
Lint
This commit is contained in:
parent
9ad693879a
commit
5be47e2377
1 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,9 @@ def get_domain_infos(filter_condition, sort_fields):
|
|||
return domain_infos_cleaned
|
||||
|
||||
|
||||
def parse_row(columns, domain_info: DomainInformation, max_dm_count, security_emails_dict=None, get_domain_managers=False):
|
||||
def parse_row(
|
||||
columns, domain_info: DomainInformation, max_dm_count, security_emails_dict=None, get_domain_managers=False
|
||||
):
|
||||
"""Given a set of columns, generate a new row from cleaned column data"""
|
||||
|
||||
# Domain should never be none when parsing this information
|
||||
|
@ -132,6 +134,7 @@ def _get_security_emails(sec_contact_ids):
|
|||
|
||||
return security_emails_dict
|
||||
|
||||
|
||||
def write_csv(
|
||||
writer,
|
||||
columns,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue