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 9ea8582 commit f2f7c25Copy full SHA for f2f7c25
flag_engine/segments/utils.py
@@ -15,10 +15,3 @@ def get_matching_function(
15
16
def none(iterable: typing.Iterable[object]) -> bool:
17
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