fix: resolve CI/CD type errors and workflow issues
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-05 06:48:06 +00:00
parent e782b4ac62
commit a20a3c2b27

View File

@@ -2,7 +2,7 @@ import os
from pathlib import Path
from typing import Any
import yaml
import yaml # type: ignore[import-untyped]
from pydantic import BaseModel, Field