Skip to content

Commit f2f7c25

Browse files
committed
fix coverage
1 parent 9ea8582 commit f2f7c25

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

flag_engine/segments/utils.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,3 @@ def get_matching_function(
1515

1616
def none(iterable: typing.Iterable[object]) -> bool:
1717
return not any(iterable)
18-
19-
20-
def escape_double_quotes(value: str) -> str:
21-
"""
22-
Escape double quotes in a string for JSONPath compatibility.
23-
"""
24-
return value.replace('"', '\\"')

0 commit comments

Comments
 (0)