From 2e01eb78150ff134447dcd24d6d8a9725a637472 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:45:23 -0700 Subject: [PATCH] Linting --- src/registrar/utility/csv_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/utility/csv_export.py b/src/registrar/utility/csv_export.py index e3de75dec..af6800c4b 100644 --- a/src/registrar/utility/csv_export.py +++ b/src/registrar/utility/csv_export.py @@ -32,7 +32,7 @@ def write_row(writer, columns, domain_info): first_name = domain_info.authorizing_official.first_name or "" last_name = domain_info.authorizing_official.last_name or "" ao = first_name + " " + last_name - + security_email = " " if security_contacts: security_email = security_contacts[0].email