Skip to content

Commit

Permalink
🖊️ Revert variation entity
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Feb 19, 2018
1 parent fb3f427 commit c033a44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions optimizely/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ def __init__(self, id, value, **kwards):
self.id = id
self.value = value

def __init__(self, id, key, featureEnabled=None, variables=None, **kwargs):
if featureEnabled is None:
featureEnabled = False

def __init__(self, id, key, featureEnabled=False, variables=None, **kwargs):
self.id = id
self.key = key
self.featureEnabled = featureEnabled
Expand Down

0 comments on commit c033a44

Please sign in to comment.