Commit 7cee67e
committed
fix(memory): import ModuleConfig from concrete module to fix mypy error
Import Module and ModuleConfig from dimos.core.module instead of the
lazy-loaded dimos.core namespace, which mypy sees as type Any.1 parent 9c238f2 commit 7cee67e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments