Skip to content

Commit 0b96de4

Browse files
authored
chore(crons): Rename badly named api file (#70480)
I accidentally pluralised this when creating it, just fixing.
1 parent 2489a4a commit 0b96de4

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
@@ -142,11 +142,11 @@
142142
from sentry.monitors.endpoints.project_monitor_checkin_index import (
143143
ProjectMonitorCheckInIndexEndpoint,
144144
)
145+
from sentry.monitors.endpoints.project_monitor_details import ProjectMonitorDetailsEndpoint
145146
from sentry.monitors.endpoints.project_monitor_environment_details import (
146147
ProjectMonitorEnvironmentDetailsEndpoint,
147148
)
148149
from sentry.monitors.endpoints.project_monitor_stats import ProjectMonitorStatsEndpoint
149-
from sentry.monitors.endpoints.project_monitors_details import ProjectMonitorDetailsEndpoint
150150
from sentry.replays.endpoints.organization_replay_count import OrganizationReplayCountEndpoint
151151
from sentry.replays.endpoints.organization_replay_details import OrganizationReplayDetailsEndpoint
152152
from sentry.replays.endpoints.organization_replay_events_meta import (

0 commit comments

Comments
 (0)