Browse Source

ref: remove deprecated get_sendable_users (#80474)

<!-- Describe your PR here. -->
anthony sottile 4 months ago
parent
commit
6ae8af3b4c
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/sentry/mail/adapter.py

+ 0 - 5
src/sentry/mail/adapter.py

@@ -121,11 +121,6 @@ class MailAdapter:
         users = self.get_sendable_user_objects(project)
         return [user.id for user in users]
 
-    def get_sendable_users(self, project):
-        """@deprecated Do not change this function, it is being used in getsentry."""
-        users = self.get_sendable_user_objects(project)
-        return [user.id for user in users]
-
     @staticmethod
     def notify(
         notification,