File tree Expand file tree Collapse file tree 3 files changed +1
-1
lines changed
tests/sentry/issues/endpoints Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 231
231
from sentry .issues .endpoints .browser_reporting_collector import BrowserReportingCollectorEndpoint
232
232
from sentry .issues .endpoints .group_reprocessing import GroupReprocessingEndpoint
233
233
from sentry .issues .endpoints .group_stats import GroupStatsEndpoint
234
+ from sentry .issues .endpoints .group_tagkey_details import GroupTagKeyDetailsEndpoint
234
235
from sentry .issues .endpoints .organization_group_search_view_starred_order import (
235
236
OrganizationGroupSearchViewStarredOrderEndpoint ,
236
237
)
504
505
from .endpoints .group_current_release import GroupCurrentReleaseEndpoint
505
506
from .endpoints .group_external_issue_details import GroupExternalIssueDetailsEndpoint
506
507
from .endpoints .group_first_last_release import GroupFirstLastReleaseEndpoint
507
- from .endpoints .group_tagkey_details import GroupTagKeyDetailsEndpoint
508
508
from .endpoints .group_tagkey_values import GroupTagKeyValuesEndpoint
509
509
from .endpoints .group_tags import GroupTagsEndpoint
510
510
from .endpoints .group_user_reports import GroupUserReportsEndpoint
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments