From d354f04bf156bc26141be4e6ea4ea7d5b80577be Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:48:02 -0700 Subject: [PATCH] Update src/registrar/utility/csv_export.py Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com> --- 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 f0fb80ed5..f2caeff1c 100644 --- a/src/registrar/utility/csv_export.py +++ b/src/registrar/utility/csv_export.py @@ -192,7 +192,7 @@ class MemberExport(BaseExport): @classmethod def get_columns(cls): """ - Returns the columns for CSV export. Override in subclasses as needed. + Returns the list of column string names for CSV export. Override in subclasses as needed. """ return [ "Email",