Fixed SonarQube code smell Replace the unused local variable with '_'.

This commit is contained in:
Akshay Joshi
2024-01-24 18:33:43 +05:30
parent 47aa070cc3
commit 0e0cbc40b8
76 changed files with 4983 additions and 4998 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import config
def validate_email(email):
try:
# Validate.
valid = email_validate(
_ = email_validate(
email, check_deliverability=config.CHECK_EMAIL_DELIVERABILITY)
# Update with the normalized form.