mirror of
https://github.com/django/django.git
synced 2025-07-23 05:05:17 +00:00
Fixed E128 flake8 warnings in tests/.
This commit is contained in:
parent
df8d8d4292
commit
92053acbb9
148 changed files with 2073 additions and 2248 deletions
|
@ -4,5 +4,4 @@ from django.core.management.commands.startproject import Command as BaseCommand
|
|||
class Command(BaseCommand):
|
||||
def add_arguments(self, parser):
|
||||
super(Command, self).add_arguments(parser)
|
||||
parser.add_argument('--extra',
|
||||
help='An arbitrary extra value passed to the context')
|
||||
parser.add_argument('--extra', help='An arbitrary extra value passed to the context')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue