Format server code with ruff recommendations

This commit is contained in:
Debanjum
2025-08-01 00:10:34 -07:00
parent 4a3ed9e5a4
commit c8e07e86e4
65 changed files with 407 additions and 370 deletions

View File

@@ -7,7 +7,7 @@ from khoj.processor.content.plaintext.plaintext_to_entries import PlaintextToEnt
def test_plaintext_file():
"Convert files with no heading to jsonl."
# Arrange
raw_entry = f"""
raw_entry = """
Hi, I am a plaintext file and I have some plaintext words.
"""
plaintextfile = "test.txt"