fossasia / open-event-server

Missing class docstring PY-D0002
Documentation
Minor
1 occurrence in this check
Docstring missing for class EventMailing
 1from app.models import Role, db, Mail
 2
 3class EventMailing: 4    def __init__(self, role, subject, message):
 5        self.role = role
 6        self.subject = subject