Skip to content

Commit 18ff96a

Browse files
Slight formatting improvements
1 parent a784aa0 commit 18ff96a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tools/test_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def decorator(func: Callable):
6565

6666

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

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

typeagent/emails/email_memory.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
ITermToSemanticRefIndex,
2626
Term,
2727
)
28-
from ..storage.memory import (
29-
semrefindex,
30-
)
28+
from ..storage.memory import semrefindex
3129
from typeagent.storage.sqlite.provider import SqliteStorageProvider
3230

3331
from .email_message import EmailMessage

0 commit comments

Comments
 (0)