Skip to content

Commit d4808d4

Browse files
committed
fix: update imports in tests for moved tools directory
1 parent bd00860 commit d4808d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

iclaw/tools/test_edit_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
import os
3-
from tools.edit_tool import EditTool
3+
from iclaw.tools.edit_tool import EditTool
44

55

66
class TestEditTool(unittest.TestCase):

tests/test_edit_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
import os
3-
from tools.edit_tool import EditTool
3+
from iclaw.tools.edit_tool import EditTool
44

55

66
class TestEditTool(unittest.TestCase):

0 commit comments

Comments
 (0)