mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +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 unittest.mock import patch, MagicMock, mock_open
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
from crewai_tools.tools.arxiv_paper_tool import ArxivPaperTool
|
from crewai_tools import ArxivPaperTool
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def tool():
|
def tool():
|
||||||
|
|||||||
Reference in New Issue
Block a user