Bulkmailer / BulkMailer-Backend

Field duplicates the name of its containing class PTC-W0052
Anti-pattern
Minor
a year agoa year old
Class member otp has same name as its encolising class OTP
119    email = models.EmailField(
120        verbose_name="email address", max_length=255, validators=[EmailValidator()]
121    )
122    otp = models.CharField(max_length=4, blank=True, null=True)123    time = models.DateTimeField(default=timezone.now)
124    is_verified = models.BooleanField(default=False)
125