소스 검색

refac: black

Michael Poluektov 10 달 전
부모
커밋
7ffd75b991
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      backend/main.py

+ 1 - 3
backend/main.py

@@ -523,9 +523,7 @@ async def chat_completion_functions_handler(
     return body, {}
 
 
-async def chat_completion_tools_handler(
-    body, user, __event_emitter__, __event_call__
-):
+async def chat_completion_tools_handler(body, user, __event_emitter__, __event_call__):
     skip_files = None
 
     contexts = []