We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d390c6b commit 7f838b8Copy full SHA for 7f838b8
1 file changed
email_validator/exceptions_types.py
@@ -60,10 +60,6 @@ def __init__(self, **kwargs):
60
for k, v in kwargs.items():
61
setattr(self, k, v)
62
63
- """As a convenience, str(...) on instances of this class return the normalized address."""
64
- def __self__(self):
65
- return self.normalized_email
66
-
67
def __repr__(self):
68
return f"<ValidatedEmail {self.email}>"
69
0 commit comments