mirror of
https://github.com/django/django.git
synced 2025-12-04 09:03:21 +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
|
|
@ -3,8 +3,7 @@ from django.core.management.base import BaseCommand
|
|||
|
||||
class Command(BaseCommand):
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument("--list", action="store_true", dest="list",
|
||||
help="Print all options")
|
||||
parser.add_argument("--list", action="store_true", dest="list", help="Print all options")
|
||||
|
||||
def handle(self, *args, **options):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue