We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a784aa0 commit 18ff96aCopy full SHA for 18ff96a
tools/test_email.py
@@ -65,7 +65,7 @@ def decorator(func: Callable):
65
66
67
# Just simple test code
68
-# TODO : Once stable, move creation etc to utool.py
+# TODO : Once stable, move creation etc to query.py
69
async def main():
70
71
base_path = Path("/data/testChat/knowpro/email/")
typeagent/emails/email_memory.py
@@ -25,9 +25,7 @@
25
ITermToSemanticRefIndex,
26
Term,
27
)
28
-from ..storage.memory import (
29
- semrefindex,
30
-)
+from ..storage.memory import semrefindex
31
from typeagent.storage.sqlite.provider import SqliteStorageProvider
32
33
from .email_message import EmailMessage
0 commit comments