Fix ruff and black

This commit is contained in:
Yûki VACHOT 2025-12-01 03:01:54 +01:00
parent b0414cf6d0
commit 6ad818ff51
12 changed files with 51 additions and 51 deletions

View file

@ -10,8 +10,8 @@ evolution.
from mcp.server.fastmcp import FastMCP
from .auth_tools import get_current_session_token
from ..monitoring import endpoint_monitor, schema_registry
from .auth_tools import get_current_session_token
def register_monitoring_tools(mcp: FastMCP):