Skip to content

Commit

Permalink
ref: remove unused get_issue_doc_html
Browse files Browse the repository at this point in the history
last reference removed in 9e8f2f3
  • Loading branch information
asottile-sentry committed Jan 16, 2025
1 parent 0b7e01e commit 2606658
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sentry/plugins/bases/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,5 @@ def tags(self, request: Request, group, tag_list, **kwargs):

return tag_list

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


IssuePlugin = IssueTrackingPlugin

0 comments on commit 2606658

Please sign in to comment.