mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Fixed SonarQube code smell Replace the unused local variable with '_'.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user