Skip to content

Commit c649b1b

Browse files
committed
white space removed
1 parent f2e14a6 commit c649b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/user_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, optimizely_client, user_id, user_attributes=None):
4242

4343
def clone(self):
4444
return UserContext(self.client, self.user_id, self.user_attributes)
45-
45+
4646
def set_attribute(self, attribute_key, attribute_value):
4747
"""
4848
sets a attribute by key for this user context.

0 commit comments

Comments
 (0)