Linting pt. 2

This commit is contained in:
zandercymatics 2023-12-01 15:20:26 -07:00
parent d2701cc18d
commit a2bcc8b9c0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

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