Skip to content

Commit 4315543

Browse files
🛠️ apply pre-commit fixes
1 parent 2b94237 commit 4315543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sentry/data_export/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from google.protobuf.timestamp_pb2 import Timestamp
99
from sentry_protos.snuba.v1.endpoint_trace_items_pb2 import ExportTraceItemsResponse
1010
from sentry_protos.snuba.v1.trace_item_pb2 import AnyValue, TraceItem
11+
1112
from sentry.data_export.base import ExportError
1213
from sentry.search.eap.types import SupportedTraceItemType
1314
from sentry.search.eap.utils import (
@@ -22,7 +23,6 @@
2223
from sentry.utils.snuba_rpc import SnubaRPCRateLimitExceeded
2324

2425

25-
2626
def eap_storage_scalar_type_from_protobuf(
2727
which: str | None,
2828
) -> Literal["string", "number", "boolean"] | None:
@@ -38,6 +38,7 @@ def eap_storage_scalar_type_from_protobuf(
3838
return None
3939
return None
4040

41+
4142
# Adapted into decorator from 'src/sentry/api/endpoints/organization_events.py'
4243
def handle_snuba_errors(
4344
logger: logging.Logger,

0 commit comments

Comments
 (0)