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 9ab732a commit abe592cCopy full SHA for abe592c
tests/engine_tests/test_engine.py
@@ -7,11 +7,7 @@
7
import pytest
8
from pytest_mock import MockerFixture
9
10
-from flag_engine.context.types import (
11
- EvaluationContext,
12
- FeatureContext,
13
- SegmentRule,
14
-)
+from flag_engine.context.types import EvaluationContext, FeatureContext, SegmentRule
15
from flag_engine.engine import get_evaluation_result
16
17
MODULE_PATH = Path(__file__).parent.resolve()
0 commit comments