Skip to content

Commit dd8197a

Browse files
committed
changed to relative import
1 parent e93b2a5 commit dd8197a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codetide/agents/tide/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from codetide import CodeTide
2-
from codetide.search.code_search import SmartCodeSearch
32
from ...mcp.tools.patch_code import file_exists, open_file, process_patch, remove_file, write_file, parse_patch_blocks
43
from ...core.defaults import DEFAULT_ENCODING, DEFAULT_STORAGE_PATH
4+
from ...search.code_search import SmartCodeSearch
55
from ...parsers import SUPPORTED_LANGUAGES
66
from ...autocomplete import AutoComplete
77
from .models import Steps

0 commit comments

Comments
 (0)