🎨(backend) remove redundant parentheses

These parentheses seem useless to me, remove them.
This commit is contained in:
lebaudantoine
2025-01-14 09:43:33 +01:00
parent 8655ffa8c2
commit 9ccfb3183a
@@ -15,7 +15,7 @@ class Command(BaseCommand):
"""Define required arguments "email" and "password"."""
parser.add_argument(
"--email",
help=("Email for the user."),
help="Email for the user.",
)
parser.add_argument(
"--password",