mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix lint issues: remove unused imports
- Remove unused 'Crew' import from both test files - Remove unused 'pytest' import from test_langdb_documentation.py - Keep only imports that are actually used in the code Fixes lint check failure in PR #3241 Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
from crewai import Agent, Task, Crew, LLM
|
|
||||||
|
from crewai import Agent, Task, LLM
|
||||||
|
|
||||||
|
|
||||||
def test_langdb_basic_integration_example():
|
def test_langdb_basic_integration_example():
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
"""Test for the LangDB documentation examples."""
|
"""Test for the LangDB documentation examples."""
|
||||||
|
|
||||||
import pytest
|
from crewai import Agent, Task, LLM
|
||||||
from crewai import Agent, Task, Crew, LLM
|
|
||||||
|
|
||||||
|
|
||||||
def test_langdb_basic_integration_example():
|
def test_langdb_basic_integration_example():
|
||||||
|
|||||||
Reference in New Issue
Block a user