Skip to content

Commit

Permalink
🛠️ apply pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Aug 13, 2024
1 parent 1e9a12e commit 310420b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sentry/snuba/metrics_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def bulk_timeseries_query(
*,
apply_formatting: Literal[False],
query_source: QuerySource | None = None,
) -> EventsResponse: ...
) -> EventsResponse:
...


@overload
Expand All @@ -131,7 +132,8 @@ def bulk_timeseries_query(
on_demand_metrics_type: MetricSpecType | None = None,
groupby: Column | None = None,
query_source: QuerySource | None = None,
) -> SnubaTSResult: ...
) -> SnubaTSResult:
...


def bulk_timeseries_query(
Expand Down

0 comments on commit 310420b

Please sign in to comment.