style(project): remove from __future__ import annotations

This commit is contained in:
MingxuanGame
2025-10-03 17:15:41 +00:00
parent 046f894407
commit dfd656f2fb
137 changed files with 94 additions and 362 deletions

View File

@@ -1,4 +1,4 @@
# OAuth 相关模型 # noqa: I002
# OAuth 相关模型
from typing import Annotated, Any, cast
from typing_extensions import Doc