There was an error while loading. Please reload this page.
1 parent 0fd6fff commit 9d63f96Copy full SHA for 9d63f96
1 file changed
db/contact.py
@@ -20,8 +20,8 @@
20
from sqlalchemy.orm import relationship, Mapped, mapped_column, declared_attr
21
from sqlalchemy_utils import TSVectorType
22
23
-from db import NotesMixin
24
from db.base import Base, AutoBaseMixin, ReleaseMixin, lexicon_term
+from db.notes import NotesMixin
25
26
if TYPE_CHECKING:
27
from db.field import FieldEventParticipant, FieldEvent
0 commit comments