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,5 +1,3 @@
from __future__ import annotations
from functools import partial
from app.database.daily_challenge import DailyChallengeStats

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from datetime import datetime
from app.database.beatmap import calculate_beatmap_attributes

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from functools import partial
from app.database.score import Beatmap, Score

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from functools import partial
from app.database.score import Beatmap, Score

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from functools import partial
from app.database import UserStatistics

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from functools import partial
from typing import Literal, cast

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from functools import partial
from app.database.score import Beatmap, Score