mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
fix: use proper ArxivPaperTool import (#408)
This commit is contained in:
@@ -3,7 +3,7 @@ import urllib.error
|
||||
from unittest.mock import patch, MagicMock, mock_open
|
||||
from pathlib import Path
|
||||
import xml.etree.ElementTree as ET
|
||||
from crewai_tools.tools.arxiv_paper_tool import ArxivPaperTool
|
||||
from crewai_tools import ArxivPaperTool
|
||||
|
||||
@pytest.fixture
|
||||
def tool():
|
||||
|
||||
Reference in New Issue
Block a user