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 b33f15d commit dd2fcdfCopy full SHA for dd2fcdf
flag_engine/segments/evaluator.py
@@ -6,7 +6,7 @@
6
from contextlib import suppress
7
from functools import lru_cache, wraps
8
9
-import jsonpath_rfc9535 # type: ignore[import]
+import jsonpath_rfc9535
10
import semver
11
12
from flag_engine.context.mappers import map_environment_identity_to_context
0 commit comments