Browse Source

refac: formatting

Gabriel Ecegi 4 months ago
parent
commit
46e57706c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/open_webui/routers/knowledge.py

+ 1 - 1
backend/open_webui/routers/knowledge.py

@@ -558,7 +558,7 @@ def add_files_to_knowledge_batch(
         result = process_files_batch(
             request=request,
             form_data=BatchProcessFilesForm(files=files, collection_name=id),
-            user=user
+            user=user,
         )
     except Exception as e:
         log.error(