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

@ -17,9 +17,9 @@ from datetime import UTC, datetime
from pathlib import Path
from typing import Any
from ...config import settings
from .endpoint_schema import EndpointSchema
from .schema_detector import SchemaDetector
from ...config import settings
logger = logging.getLogger(__name__)