We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75c590 commit 5ee7585Copy full SHA for 5ee7585
src/amplitude_experiment/local/client.py
@@ -85,7 +85,6 @@ def start(self):
85
"""
86
self.deployment_runner.start()
87
88
- # TODO: python backwards compatibility for evaluate_v2 to be looked at again
89
def evaluate_v2(self, user: User, flag_keys: Set[str] = None, options: EvaluateOptions = None) -> Dict[str, Variant]:
90
91
Locally evaluates flag variants for a user.
0 commit comments