Skip to content

Commit dd2fcdf

Browse files
committed
fix more typing
1 parent b33f15d commit dd2fcdf

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 # type: ignore[import]
9+
import jsonpath_rfc9535
1010
import semver
1111

1212
from flag_engine.context.mappers import map_environment_identity_to_context

0 commit comments

Comments
 (0)