We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df857a commit ef0b082Copy full SHA for ef0b082
optimizely/optimizely.py
@@ -652,10 +652,7 @@ def get_variation(
652
decision_notification_type,
653
user_id,
654
attributes or {},
655
- {
656
- 'experiment_key': experiment_key,
657
- 'variation_key': variation_key,
658
- },
+ {'experiment_key': experiment_key, 'variation_key': variation_key},
659
)
660
661
return variation_key
0 commit comments