Skip to content

Commit e32c04d

Browse files
committed
fix typing
1 parent 39e1355 commit e32c04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)