Skip to content

Commit e0de911

Browse files
committed
fix: update import path in tests/test_edit_tool.py
1 parent a282e72 commit e0de911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)