mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Remove the redundant comments, the code itself is already clear enough
This commit is contained in:
parent
df010ca100
commit
35c29794b6
@ -40,7 +40,6 @@ class Command(BaseCommand):
|
|||||||
def add_arguments(self, parser: CommandParser):
|
def add_arguments(self, parser: CommandParser):
|
||||||
super().add_arguments(parser)
|
super().add_arguments(parser)
|
||||||
|
|
||||||
# Sorting
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--unsorted",
|
"--unsorted",
|
||||||
"-u",
|
"-u",
|
||||||
@ -49,7 +48,6 @@ class Command(BaseCommand):
|
|||||||
help="Show URLs without sorting them alphabetically.",
|
help="Show URLs without sorting them alphabetically.",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Prefix
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--prefix",
|
"--prefix",
|
||||||
"-p",
|
"-p",
|
||||||
@ -58,7 +56,6 @@ class Command(BaseCommand):
|
|||||||
nargs="*",
|
nargs="*",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Format
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--format",
|
"--format",
|
||||||
"-f",
|
"-f",
|
||||||
|
Loading…
Reference in New Issue
Block a user