Commit 0c02fbc
committed
fix: resolve all type checking issues
- Add type: ignore comments to tiktoken import in openai.py
- Add type: ignore comments to handler imports in test files
- Fix import resolution errors for dynamic path manipulation
- All type checking now passes with 0 errors, 0 warnings
Resolves pyright type checking issues:
- tiktoken import error in src/contextforge_memory/summarize/openai.py
- handlers.json_handler import error in tests/test_json_handler.py
- handlers.toml_handler import error in tests/test_toml_handler.py1 parent 8db5765 commit 0c02fbc
File tree
3 files changed
+7
-4
lines changed- src/contextforge_memory/summarize
- tests
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments