Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker authored Jan 7, 2025
1 parent 9ebee27 commit cffb475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry_sdk/integrations/unleash.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def sentry_get_variant(self, feature, *args, **kwargs):
# variant as a boolean toggle, using the `enabled` field.
flags = sentry_sdk.get_current_scope().flags
flags.set(feature, enabled)

return variant

UnleashClient.is_enabled = sentry_is_enabled # type: ignore
Expand Down

0 comments on commit cffb475

Please sign in to comment.