mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-17 01:29:44 +00:00
Fixed all ruff lint and formatting errors
This commit is contained in:
parent
0a03c42cc5
commit
d359a59f6d
85 changed files with 5520 additions and 3870 deletions
|
@ -1,11 +1,12 @@
|
|||
from fastapi import APIRouter
|
||||
from .search_spaces_routes import router as search_spaces_router
|
||||
from .documents_routes import router as documents_router
|
||||
from .podcasts_routes import router as podcasts_router
|
||||
|
||||
from .chats_routes import router as chats_router
|
||||
from .search_source_connectors_routes import router as search_source_connectors_router
|
||||
from .documents_routes import router as documents_router
|
||||
from .llm_config_routes import router as llm_config_router
|
||||
from .logs_routes import router as logs_router
|
||||
from .podcasts_routes import router as podcasts_router
|
||||
from .search_source_connectors_routes import router as search_source_connectors_router
|
||||
from .search_spaces_routes import router as search_spaces_router
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue