Skip to content

Commit c62642b

Browse files
more linting fixes
1 parent 2f4fd72 commit c62642b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

macro_agents/tests/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from unittest.mock import Mock, patch
99
from macro_agents.definitions import defs
1010
from macro_agents.defs.resources.motherduck import MotherDuckResource
11-
from macro_agents.defs.agents.analysis_agent import EconomicAnalyzer
1211

1312

1413
class TestDagsterDefinitions:

macro_agents/tests/test_schedules.py

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

55
from datetime import datetime
66
import pytz
7-
from unittest.mock import Mock, patch
7+
from unittest.mock import patch
88

99
from macro_agents.defs.schedules import (
1010
monthly_sector_analysis_schedule,

0 commit comments

Comments
 (0)