chore: fix ruff lint findings

This commit is contained in:
Lucas Gomide
2026-05-27 17:09:36 -03:00
parent 63e7319e69
commit 0797b38999

View File

@@ -8,6 +8,7 @@ defensive walk. Providers with genuinely different shapes — Anthropic
(``stop_reason``), Bedrock (``stopReason``), Gemini (protobuf enum), OpenAI
Responses (``status``) — keep their own helpers.
"""
from __future__ import annotations
from typing import Any