mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-21 13:58:15 +00:00
Fix: Format imports in test file to fix lint error
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -5,6 +5,7 @@ import pytest
|
||||
|
||||
from crewai.knowledge.source.pdf_knowledge_source import PDFKnowledgeSource
|
||||
|
||||
|
||||
@patch('crewai.knowledge.source.base_file_knowledge_source.BaseFileKnowledgeSource.validate_content')
|
||||
@patch('crewai.knowledge.source.pdf_knowledge_source.PDFKnowledgeSource.load_content')
|
||||
def test_pdf_knowledge_source_instantiation(mock_load_content, mock_validate_content, tmp_path):
|
||||
|
||||
Reference in New Issue
Block a user