mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
fix: Remove unused pytest import to resolve lint check
- Remove unused pytest import from test_bedrock_authentication.py - Fixes F401 lint error that was causing CI failure Co-Authored-By: Jo\u00E3o <joao@crewai.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import os
|
import os
|
||||||
import pytest
|
|
||||||
from unittest.mock import patch, MagicMock
|
from unittest.mock import patch, MagicMock
|
||||||
from crewai import LLM
|
from crewai import LLM
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user