Skip to content

Commit 5f4dd3b

Browse files
committed
fix typing
1 parent dd94a85 commit 5f4dd3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flag_engine/segments/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from contextlib import suppress
77
from functools import lru_cache, wraps
88

9-
import jsonpath_rfc9535
9+
import jsonpath_rfc9535 # type: ignore[import-untyped]
1010
import semver
1111

1212
from flag_engine.context.mappers import map_environment_identity_to_context

0 commit comments

Comments
 (0)