Skip to content

Commit c96792d

Browse files
authored
ref(issues): Move group reprocessing endpoint to issues folder (#97314)
## Summary - Move `src/sentry/api/endpoints/group_reprocessing.py` to `src/sentry/issues/endpoints/` - Update import reference in `src/sentry/api/urls.py` ## Test plan - [x] Verify endpoint file moved successfully - [x] Verify import path updated correctly - [x] Pre-commit hooks pass part of https://linear.app/getsentry/issue/RTC-1110/move-issues-endpoints-into-issues-app
1 parent 589c1a6 commit c96792d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/sentry/api/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
TeamGroupsOldEndpoint,
230230
)
231231
from sentry.issues.endpoints.browser_reporting_collector import BrowserReportingCollectorEndpoint
232+
from sentry.issues.endpoints.group_reprocessing import GroupReprocessingEndpoint
232233
from sentry.issues.endpoints.organization_group_search_view_starred_order import (
233234
OrganizationGroupSearchViewStarredOrderEndpoint,
234235
)
@@ -502,7 +503,6 @@
502503
from .endpoints.group_current_release import GroupCurrentReleaseEndpoint
503504
from .endpoints.group_external_issue_details import GroupExternalIssueDetailsEndpoint
504505
from .endpoints.group_first_last_release import GroupFirstLastReleaseEndpoint
505-
from .endpoints.group_reprocessing import GroupReprocessingEndpoint
506506
from .endpoints.group_stats import GroupStatsEndpoint
507507
from .endpoints.group_tagkey_details import GroupTagKeyDetailsEndpoint
508508
from .endpoints.group_tagkey_values import GroupTagKeyValuesEndpoint

0 commit comments

Comments
 (0)