mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-09 13:54:40 +00:00
ruff format
This commit is contained in:
parent
5aa52375c3
commit
54374bd7be
4 changed files with 9 additions and 11 deletions
|
@ -217,9 +217,7 @@ async def index_github_repos(
|
|||
|
||||
# Chunk the content
|
||||
try:
|
||||
chunks_data = [
|
||||
await create_document_chunks(file_content)
|
||||
][0]
|
||||
chunks_data = [await create_document_chunks(file_content)][0]
|
||||
|
||||
# Use code chunker if available, otherwise regular chunker
|
||||
if hasattr(config, "code_chunker_instance"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue