Skip to content

Commit 9d63f96

Browse files
committed
feat: import NotesMixin from the correct module in contact.py
1 parent 0fd6fff commit 9d63f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/contact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from sqlalchemy.orm import relationship, Mapped, mapped_column, declared_attr
2121
from sqlalchemy_utils import TSVectorType
2222

23-
from db import NotesMixin
2423
from db.base import Base, AutoBaseMixin, ReleaseMixin, lexicon_term
24+
from db.notes import NotesMixin
2525

2626
if TYPE_CHECKING:
2727
from db.field import FieldEventParticipant, FieldEvent

0 commit comments

Comments
 (0)