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

@@ -66,7 +66,7 @@ class WebPageLoader(BaseLoader):
}
content = content
doc_id = hashlib.sha256((content + url).encode()).hexdigest()
return {
return {
"doc_id": doc_id,
"data": [
{