mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 15:52:34 +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
|
from crewai.knowledge.source.pdf_knowledge_source import PDFKnowledgeSource
|
||||||
|
|
||||||
|
|
||||||
@patch('crewai.knowledge.source.base_file_knowledge_source.BaseFileKnowledgeSource.validate_content')
|
@patch('crewai.knowledge.source.base_file_knowledge_source.BaseFileKnowledgeSource.validate_content')
|
||||||
@patch('crewai.knowledge.source.pdf_knowledge_source.PDFKnowledgeSource.load_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):
|
def test_pdf_knowledge_source_instantiation(mock_load_content, mock_validate_content, tmp_path):
|
||||||
|
|||||||
Reference in New Issue
Block a user