Skip to content

Commit

Permalink
fix: Typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Sep 12, 2023
1 parent 5ce2675 commit 8dae03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/metrics/minimetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _to_minimetrics_external_metric_tags(tags: Optional[Tags]) -> Optional[Metri
# This is needed to pass data between the sdk patcher and the
# minimetrics backend. This is not super clean but it allows us to
# initialize these things in arbitrary order.
minimetrics_client = None
minimetrics_client: Optional[MiniMetricsClient] = None


def patch_sentry_sdk():
Expand Down

0 comments on commit 8dae03e

Please sign in to comment.