瀏覽代碼

feat: add type annatation

Yeuoly 11 月之前
父節點
當前提交
6ce02b07d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/core/app/apps/advanced_chat/app_generator.py

+ 1 - 1
api/core/app/apps/advanced_chat/app_generator.py

@@ -4,7 +4,7 @@ import os
 import threading
 import uuid
 from collections.abc import Generator
-from typing import Any, Literal, Union, overload
+from typing import Literal, Union, overload
 
 from flask import Flask, current_app
 from pydantic import ValidationError