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):