mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Format server code with ruff recommendations
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user