phase 15: fix ruff lint errors across services

This commit is contained in:
Celes Renata
2026-04-11 12:10:01 -07:00
parent ce10afa034
commit 109440c91e
20 changed files with 67 additions and 65 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from __future__ import annotations
import json
from typing import Any
from services.extractor.schemas import generate_json_schema, SCHEMA_VERSION
from services.extractor.schemas import SCHEMA_VERSION, generate_json_schema
from services.shared.schemas import (
DocumentType,
)