From 0797b38999cb2b22623a9b79c481766e8ea4367e Mon Sep 17 00:00:00 2001 From: Lucas Gomide Date: Wed, 27 May 2026 17:09:36 -0300 Subject: [PATCH] chore: fix ruff lint findings --- lib/crewai/src/crewai/llms/_finish_reason_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/crewai/src/crewai/llms/_finish_reason_utils.py b/lib/crewai/src/crewai/llms/_finish_reason_utils.py index e74105163..e79befcc7 100644 --- a/lib/crewai/src/crewai/llms/_finish_reason_utils.py +++ b/lib/crewai/src/crewai/llms/_finish_reason_utils.py @@ -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