Skip to content

Commit

Permalink
ref: update the temp function
Browse files Browse the repository at this point in the history
  • Loading branch information
wmak committed Aug 16, 2024
1 parent 4f23841 commit 60f46ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sentry/snuba/discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,13 @@ def query(
def _query_temp_do_not_use(
selected_columns: list[str],
query_string: str,
snuba_params: SnubaParams | None = None,
snuba_params: SnubaParams,
referrer: str | None = None,
):
"""There's a single function call in getsentry that we need to support as we remove params"""
return query(
selected_columns=selected_columns,
query=query_string,
params={},
snuba_params=snuba_params,
referrer=referrer,
)
Expand Down

0 comments on commit 60f46ac

Please sign in to comment.