Skip to content

Commit 820ee3a

Browse files
committed
fix test
1 parent 462f2e9 commit 820ee3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/agents/test_research_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import json
44
import time
5-
from unittest.mock import Mock, patch
5+
from unittest.mock import Mock
66

77
import pytest
88
from application.agents.research_agent import (

0 commit comments

Comments
 (0)