Skip to content

Commit 005c3ec

Browse files
committed
Fix lint
1 parent c494b0d commit 005c3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/optimizely.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def _get_feature_enabled(self, variation: Optional[Union[entities.Variation, Var
251251
"""
252252
if variation is None:
253253
return False
254-
254+
255255
try:
256256
if isinstance(variation, dict):
257257
feature_enabled = variation.get('featureEnabled', False)

0 commit comments

Comments
 (0)