Skip to content

Commit

Permalink
fix pep8 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszurkan-optimizely committed Nov 14, 2017
1 parent 3ace3ff commit caf64a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optimizely/optimizely.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ def is_feature_enabled(self, feature_key, user_id, attributes=None):
user_id,
attributes)
self.notification_center.send_notifications(enums.NotificationTypes.FEATURE_EXPERIMENT,
feature_key, user_id, attributes, decision.experiment, decision.variation)
feature_key, user_id, attributes,
decision.experiment, decision.variation)
else:
audience = None
if decision.experiment is not None and \
Expand Down

0 comments on commit caf64a7

Please sign in to comment.