Skip to content

Commit

Permalink
ref: remove unused get_notification_doc_html
Browse files Browse the repository at this point in the history
last reference removed in 58f95cf
  • Loading branch information
asottile-sentry committed Jan 16, 2025
1 parent 8dd25a8 commit dcefd16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sentry/plugins/bases/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ def test_configuration_and_get_test_results(self, project):
test_results = "No errors returned"
return test_results

def get_notification_doc_html(self, **kwargs):
return ""

def add_notification_referrer_param(self, url):
if self.slug:
parsed_url = urlparse(url)
Expand Down

0 comments on commit dcefd16

Please sign in to comment.