1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Remove the redundant comments, the code itself is already clear enough

This commit is contained in:
Ülgen Sarıkavak 2024-11-21 19:31:56 +03:00
parent df010ca100
commit 35c29794b6

View File

@ -40,7 +40,6 @@ class Command(BaseCommand):
def add_arguments(self, parser: CommandParser):
super().add_arguments(parser)
# Sorting
parser.add_argument(
"--unsorted",
"-u",
@ -49,7 +48,6 @@ class Command(BaseCommand):
help="Show URLs without sorting them alphabetically.",
)
# Prefix
parser.add_argument(
"--prefix",
"-p",
@ -58,7 +56,6 @@ class Command(BaseCommand):
nargs="*",
)
# Format
parser.add_argument(
"--format",
"-f",