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 515f635 commit e395bc8Copy full SHA for e395bc8
tests/unit/test_engine.py
@@ -1,9 +1,7 @@
1
import json
2
3
from flag_engine.context.types import EvaluationContext, IdentityContext, SegmentContext
4
-from flag_engine.engine import (
5
- get_evaluation_result,
6
-)
+from flag_engine.engine import get_evaluation_result
7
8
9
def test_get_evaluation_result__no_overrides__returns_expected(
0 commit comments