Skip to content

Commit 02e56b3

Browse files
iProgramStuffNisanthan Nanthakumar
authored and
Nisanthan Nanthakumar
committed
Removing unused class (#16278)
1 parent 64ee17f commit 02e56b3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sentry/search/snuba/backend.py

-8
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,3 @@ def _get_queryset_conditions(self, projects, environments, search_filters):
311311
}
312312
)
313313
return queryset_conditions
314-
315-
316-
class SnubaSearchBackend(EventsDatasetSnubaSearchBackend):
317-
""" IMPORTANT!!! Retaining backwards compatible for getsentry while we rename this class.
318-
We will deploy with `SnubaSearchBackend` pointing to `EventsDatasetSnubaSearchBackend`, and then deploy getsentry to use `EventsDatasetSnubaSearchBackend`
319-
and then delete this class."""
320-
321-
pass

0 commit comments

Comments
 (0)