chore(core): fix typos (#761)

Signed-off-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
Viktor Szépe
2026-04-23 17:12:46 +02:00
committed by GitHub
parent 2fe4488eda
commit 4d62b623db
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from typing import TYPE_CHECKING, Dict, List, Set
from pydantic import BaseModel, Field
# avoid cirular imports
# avoid circular imports
if TYPE_CHECKING: # pragma: no cover
from basic_memory.sync.sync_service import SyncReport