diff --git a/supertokens_python/recipe/emailverification/interfaces.py b/supertokens_python/recipe/emailverification/interfaces.py index ab3d52d89..bfa0b3e09 100644 --- a/supertokens_python/recipe/emailverification/interfaces.py +++ b/supertokens_python/recipe/emailverification/interfaces.py @@ -51,7 +51,6 @@ def __init__(self, link: str): self.link = link - class SendEmailVerificationEmailAlreadyVerifiedError: status = "EMAIL_ALREADY_VERIFIED_ERROR"