Fix lint issue: Remove unused os import from reproduction script

Co-Authored-By: Jo\u00E3o <joao@crewai.com>
This commit is contained in:
Devin AI
2025-07-15 10:05:44 +00:00
parent 5756d82da1
commit a24a71a316

View File

@@ -6,7 +6,6 @@ This script reproduces the bug where CrewAI shows generic "LLM Failed" errors
instead of propagating specific error details from custom endpoints.
"""
import os
import sys
from crewai import Agent, Task, Crew
from crewai.llm import LLM