Skip to content

Commit

Permalink
Update Mention model
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomilov committed Feb 3, 2025
1 parent 09d0686 commit cc37bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/models/mention.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from h.models import helpers


class Mention(Base, Timestamps): # pragma: nocover
class Mention(Base, Timestamps):
__tablename__ = "mention"

id: Mapped[int] = mapped_column(sa.Integer, autoincrement=True, primary_key=True)
Expand Down

0 comments on commit cc37bf2

Please sign in to comment.