🎨(backend) remove redundant parentheses
These parentheses seem useless to me, remove them.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user