CORS Fixed + black and ruff fixes
This commit is contained in:
parent
5e2f6078a1
commit
3844ffc207
30 changed files with 85 additions and 114 deletions
|
|
@ -11,7 +11,7 @@ feeds, recent games, season statistics, and daily challenges.
|
|||
|
||||
import pytest
|
||||
|
||||
from geoguessr_mcp.models import Game, SeasonStats, DailyChallenge
|
||||
from geoguessr_mcp.models import DailyChallenge, Game, SeasonStats
|
||||
|
||||
|
||||
class TestGameService:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue