Skip to content

Commit d95666f

Browse files
committed
Fix utool -> query in test_email.py
1 parent f49f895 commit d95666f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test_email.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from typeagent.knowpro.convsettings import ConversationSettings
3838
from typeagent.storage.utils import create_storage_provider
3939

40-
from utool import print_result
40+
from query import print_result
4141

4242
class EmailContext:
4343
def __init__(self, base_path: Path, db_name: str, conversation: EmailMemory) -> None:
@@ -66,7 +66,7 @@ def decorator(func: Callable):
6666
return decorator
6767

6868
# Just simple test code
69-
# TODO : Once stable, move creation etc to utool.py
69+
# TODO : Once stable, move creation etc to query.py
7070
async def main():
7171

7272
base_path = Path("/data/testChat/knowpro/email/")

0 commit comments

Comments
 (0)