This reverts commit 68701dbb1d.
This commit is contained in:
jimmy-sketch
2025-07-24 20:23:26 +08:00
parent 68701dbb1d
commit 7b6f92593e
28 changed files with 1394 additions and 644 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 import (
from app.models.user import (
Country,
Cover,
DailyChallengeStats,
@@ -598,3 +598,5 @@ class MockLazerTournamentBanner:
MockLazerTournamentBanner(1, "https://example.com/banner1.jpg", True),
MockLazerTournamentBanner(2, "https://example.com/banner2.jpg", False),
]