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 39e1355 commit e32c04dCopy full SHA for e32c04d
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
+import jsonpath_rfc9535 # type: ignore[import-untyped]
10
import semver
11
12
from flag_engine.context.mappers import map_environment_identity_to_context
0 commit comments