mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 13:49:59 +02:00
Linting pt. 2
This commit is contained in:
parent
d2701cc18d
commit
a2bcc8b9c0
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue