|
Fix content_store._get_db_pool after lazy deps refactor
_get_db_pool() imported _memory_store directly from deps.py, but it is now None at import time (lazy init). Call get_memory_store() instead to trigger initialization before accessing _get_pool(). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/content_store.py |
|---|