feat: add type annatation

pull/9184/head
Yeuoly 2 years ago
parent f47712beae
commit 6ce02b07d3
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

@ -4,7 +4,7 @@ import os
import threading import threading
import uuid import uuid
from collections.abc import Generator 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 flask import Flask, current_app
from pydantic import ValidationError from pydantic import ValidationError

Loading…
Cancel
Save