Fix some LGTM errors

This commit is contained in:
richard-dds
2019-10-31 10:57:46 -04:00
parent 6910916cd8
commit e3c9105270
37 changed files with 95 additions and 71 deletions

View File

@@ -2,7 +2,7 @@ from sqlalchemy import select
from atst.jobs import send_notification_mail
from atst.database import db
from atst.models import NotificationRecipient
from atst.models.notification_recipient import NotificationRecipient
class NotificationSender(object):