This reverts commit 3e1af0a1e1, reversing
changes made to 19ac477a8c.
This commit is contained in:
jimmy-sketch
2025-07-24 20:22:38 +08:00
parent 3e1af0a1e1
commit 68701dbb1d
28 changed files with 644 additions and 1394 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import annotations
from datetime import datetime
from app.database import User as DBUser
from app.models.user import (
from app.models import (
Country,
Cover,
DailyChallengeStats,
@@ -598,5 +598,3 @@ class MockLazerTournamentBanner:
MockLazerTournamentBanner(1, "https://example.com/banner1.jpg", True),
MockLazerTournamentBanner(2, "https://example.com/banner2.jpg", False),
]