From a2bcc8b9c06efec1bd6c97ed70ce3a7e3363cfc4 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:20:26 -0700 Subject: [PATCH] Linting pt. 2 --- .../management/commands/generate_current_full_report.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/management/commands/generate_current_full_report.py b/src/registrar/management/commands/generate_current_full_report.py index 7cf6fbb5a..80c031605 100644 --- a/src/registrar/management/commands/generate_current_full_report.py +++ b/src/registrar/management/commands/generate_current_full_report.py @@ -12,8 +12,7 @@ logger = logging.getLogger(__name__) class Command(BaseCommand): help = ( - "Generates and uploads a current-full.csv file to our S3 bucket " - "which is based off of all existing Domains." + "Generates and uploads a current-full.csv file to our S3 bucket " "which is based off of all existing Domains." ) def add_arguments(self, parser):