fix(memory): call renamed memory count sync method

- Update forgetting cycle call sites to use _sync_memory_count_to_db
This commit is contained in:
miao
2026-04-29 18:04:14 +08:00
parent 1d73c9e5a8
commit f86c023477
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
from sqlalchemy.orm import Session
from sqlalchemy import desc, nullslast, or_, and_, cast, String, func
from sqlalchemy import desc, nullslast, or_, cast, String, func
from typing import List, Optional, Dict, Any
import uuid
from fastapi import HTTPException