pylint: enable useless-suppression
lint and perform cleanup
This commit is contained in:
parent
81ee5e945f
commit
0b87aacfce
65 changed files with 31 additions and 86 deletions
|
@ -43,7 +43,6 @@ class Dashboard(View):
|
|||
) or not re.match(regex.DOMAIN, settings.EMAIL_SENDER_DOMAIN)
|
||||
|
||||
data["email_config_error"] = email_config_error
|
||||
# pylint: disable=line-too-long
|
||||
data[
|
||||
"email_sender"
|
||||
] = f"{settings.EMAIL_SENDER_NAME}@{settings.EMAIL_SENDER_DOMAIN}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue