Skip to content

Commit

Permalink
ref: delete some misc dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Feb 6, 2025
1 parent b66d6df commit 539f30e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions src/sentry/api/bases/organization_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def get_equation_list(self, organization: Organization, request: Request) -> lis
def get_field_list(self, organization: Organization, request: Request) -> list[str]:
return [field for field in request.GET.getlist("field")[:] if not is_equation(field)]

def get_team_ids(self, request: Request, organization: Organization) -> list[int]:
return [team.id for team in self.get_teams(request, organization)]

def get_teams(self, request: Request, organization: Organization) -> list[Team]:
if not request.user:
return []
Expand Down
23 changes: 0 additions & 23 deletions src/sentry/api/bases/project_request_change.py

This file was deleted.

0 comments on commit 539f30e

Please sign in to comment.