feat: Update line length to 120 chars (#278)

This commit is contained in:
Deshraj Yadav
2023-07-15 07:11:55 -07:00
committed by GitHub
parent 4f722621fd
commit fd97fb268a
9 changed files with 31 additions and 63 deletions

View File

@@ -46,4 +46,4 @@ class BaseChunker:
Override in child class if custom logic.
"""
return self.text_splitter.split_text(content)
return self.text_splitter.split_text(content)