chore: linting (#597)

This commit is contained in:
cachho
2023-09-12 18:04:38 +02:00
committed by GitHub
parent 0f9a10c598
commit 03146946fa
11 changed files with 25 additions and 35 deletions

View File

@@ -39,9 +39,9 @@ class NotionLoader(BaseLoader):
return {
"doc_id": doc_id,
"data": [
{
"content": text,
"meta_data": {"url": f"notion-{formatted_id}"},
}
],
{
"content": text,
"meta_data": {"url": f"notion-{formatted_id}"},
}
],
}