Fix linting. Revert to original email sending logic

This commit is contained in:
Erin Song 2024-09-26 14:51:50 -07:00
parent b0fe698af2
commit d71069606b
No known key found for this signature in database
2 changed files with 40 additions and 17 deletions

View file

@ -31,6 +31,7 @@ class OutsideOrgMemberError(ValueError):
pass
class ActionNotAllowed(Exception):
"""User accessed an action that is not
allowed by the current state"""