refactor: remove commented sections and clean up code in various files

This commit is contained in:
Mireya Cueto Garrido
2026-04-15 08:57:04 +02:00
parent 658b86c067
commit ecc82011ea
11 changed files with 0 additions and 69 deletions
-4
View File
@@ -1,12 +1,8 @@
# models/docit2mf_models.py
from pydantic import BaseModel, Field, field_validator, ValidationInfo
from typing import List, Tuple, Union
BlankCardInput = Union[int, Tuple[int, int], List[int]]
class DoCIT2MFRequest(BaseModel):
term: str
core: tuple[float, float] = Field(..., description="Núcleo del conjunto difuso: [a, b]")