CORS Fixed + black and ruff fixes

This commit is contained in:
Yûki VACHOT 2025-12-01 02:55:47 +01:00
parent 5e2f6078a1
commit 3844ffc207
30 changed files with 85 additions and 114 deletions

View file

@ -9,7 +9,7 @@ operations.
import pytest
from geoguessr_mcp.models import UserProfile, UserStats, Achievement
from geoguessr_mcp.models import Achievement, UserProfile, UserStats
class TestProfileService: