mirror of https://github.com/langgenius/dify.git
feat: add type annatation
This commit is contained in:
parent
f47712beae
commit
6ce02b07d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue