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] committed Jul 31, 2024
1 parent fddbf48 commit 1454c07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sentry/search/events/builder/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
)
from sentry.snuba.dataset import Dataset
from sentry.snuba.metrics.utils import MetricMeta
from sentry.users.services.user.service import user_service
from sentry.snuba.query_sources import QuerySource
from sentry.users.services.user.service import user_service
from sentry.utils.dates import outside_retention_with_modified_start
from sentry.utils.env import in_test_environment
from sentry.utils.snuba import (
Expand Down
6 changes: 4 additions & 2 deletions src/sentry/snuba/metrics_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def bulk_timeseries_query(
groupby: Column | None = None,
*,
apply_formatting: Literal[False],
) -> EventsResponse: ...
) -> EventsResponse:
...


@overload
Expand All @@ -129,7 +130,8 @@ def bulk_timeseries_query(
on_demand_metrics_enabled: bool = False,
on_demand_metrics_type: MetricSpecType | None = None,
groupby: Column | None = None,
) -> SnubaTSResult: ...
) -> SnubaTSResult:
...


def bulk_timeseries_query(
Expand Down

0 comments on commit 1454c07

Please sign in to comment.