Skip to content

Commit 9038b88

Browse files
fix: ensure newline at end of file in standardize_quotes function
1 parent c821f12 commit 9038b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unstructured/metrics/text_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ def standardize_quotes(text: str) -> str:
236236
if unicode_char in text:
237237
text = text.replace(unicode_char, single_quote_standard)
238238

239-
return text
239+
return text

0 commit comments

Comments
 (0)