mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Fix Python styling
This commit is contained in:
parent
62311e4b5a
commit
895a058fd5
1 changed files with 1 additions and 0 deletions
|
|
@ -503,6 +503,7 @@ def sync_files_to_knowledge_batch(
|
|||
files=files_meta,
|
||||
)
|
||||
|
||||
|
||||
@router.post("/{id}/file/update", response_model=Optional[KnowledgeFilesResponse])
|
||||
def update_file_from_knowledge_by_id(
|
||||
request: Request,
|
||||
|
|
|
|||
Loading…
Reference in a new issue