Browse Source

feat: add type annatation

Yeuoly 11 months ago
parent
commit
6ce02b07d3
1 changed files with 1 additions and 1 deletions
  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