From dc40ab87ec36425aed749d501c6a76b211dacb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20VACHOT?= Date: Sun, 30 Nov 2025 00:57:27 +0100 Subject: [PATCH] Reformat with black for one file --- src/geoguessr_mcp/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geoguessr_mcp/main.py b/src/geoguessr_mcp/main.py index 6d57c06..5a9f25f 100644 --- a/src/geoguessr_mcp/main.py +++ b/src/geoguessr_mcp/main.py @@ -75,7 +75,7 @@ def main(): allow_origins=["*"], allow_credentials=True, allow_methods=["*"], - allow_headers=["*"] + allow_headers=["*"], ) mcp_app.add_middleware(AuthenticationMiddleware)