mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix lint issue: Remove unused os import from reproduction script
Co-Authored-By: Jo\u00E3o <joao@crewai.com>
This commit is contained in:
@@ -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.
|
instead of propagating specific error details from custom endpoints.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
import sys
|
||||||
from crewai import Agent, Task, Crew
|
from crewai import Agent, Task, Crew
|
||||||
from crewai.llm import LLM
|
from crewai.llm import LLM
|
||||||
|
|||||||
Reference in New Issue
Block a user