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

@@ -3,8 +3,6 @@ Beatmapset缓存服务
用于缓存beatmapset数据减少数据库查询频率
"""
from __future__ import annotations
from datetime import datetime
import hashlib
import json