Skip to content

Commit e6e442a

Browse files
lint check
1 parent d0bc332 commit e6e442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/decision_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def get_variation(
307307
variation = self.get_stored_variation(project_config, experiment, user_profile_tracker.get_user_profile())
308308
if variation:
309309
message = f'Returning previously activated variation ID "{variation}" of experiment ' \
310-
f'"{experiment}" for user "{user_id}" from user profile.'
310+
f'"{experiment}" for user "{user_id}" from user profile.'
311311
self.logger.info(message)
312312
decide_reasons.append(message)
313313
return variation, decide_reasons

0 commit comments

Comments
 (0)