Skip to content

Commit cffb475

Browse files
authored
whitespace
1 parent 9ebee27 commit cffb475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/unleash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def sentry_get_variant(self, feature, *args, **kwargs):
4444
# variant as a boolean toggle, using the `enabled` field.
4545
flags = sentry_sdk.get_current_scope().flags
4646
flags.set(feature, enabled)
47+
4748
return variant
4849

4950
UnleashClient.is_enabled = sentry_is_enabled # type: ignore

0 commit comments

Comments
 (0)