Reformat with black for one file

This commit is contained in:
Yûki VACHOT 2025-11-30 00:57:27 +01:00
parent c04ba73c8a
commit dc40ab87ec

View file

@ -75,7 +75,7 @@ def main():
allow_origins=["*"],
allow_credentials=True,
allow_methods=["*"],
allow_headers=["*"]
allow_headers=["*"],
)
mcp_app.add_middleware(AuthenticationMiddleware)