We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4fd72 commit c62642bCopy full SHA for c62642b
2 files changed
macro_agents/tests/test_integration.py
@@ -8,7 +8,6 @@
8
from unittest.mock import Mock, patch
9
from macro_agents.definitions import defs
10
from macro_agents.defs.resources.motherduck import MotherDuckResource
11
-from macro_agents.defs.agents.analysis_agent import EconomicAnalyzer
12
13
14
class TestDagsterDefinitions:
macro_agents/tests/test_schedules.py
@@ -4,7 +4,7 @@
4
5
from datetime import datetime
6
import pytz
7
-from unittest.mock import Mock, patch
+from unittest.mock import patch
from macro_agents.defs.schedules import (
monthly_sector_analysis_schedule,
0 commit comments