mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fix linting issues in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import importlib
|
||||
import sys
|
||||
from unittest import mock
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def test_rag_storage_without_chromadb():
|
||||
# Mock the import to simulate chromadb not being installed
|
||||
with mock.patch.dict(sys.modules, {'chromadb': None}):
|
||||
|
||||
Reference in New Issue
Block a user