mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
chore(core): fix typos (#761)
Signed-off-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user