Skip to content

Commit 2ad0a84

Browse files
Update check-spelling
1 parent 1399226 commit 2ad0a84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llmevalkit/pages/1_Prompt_Management.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ def _parse_json_input(json_string: str, field_name: str) -> dict[str, Any] | Non
7171
try:
7272
# Clean up common copy-paste issues like smart quotes and newlines
7373
json_string_cleaned = (
74-
json_string.replace("’", "'")
75-
.replace("\n", " ")
74+
json_string.replace("\n", " ")
7675
.replace("\t", " ")
7776
.replace("\r", "")
7877
)

0 commit comments

Comments
 (0)