feat: add type annatation

This commit is contained in:
Yeuoly 2024-08-29 14:23:19 +08:00
parent f47712beae
commit 6ce02b07d3
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

View File

@ -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