Skip to content

Commit

Permalink
chore(lint): ignore not-callable
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Jul 16, 2024
1 parent 826e719 commit e15c173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/resources/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ class HistoryModel(BASE):
request = sa.Column(postgres.JSONB, nullable=False)
email_content = sa.Column(postgres.JSONB)
result = sa.Column(sa.TEXT)
# pylint: disable-next=not-callable
date_created = sa.Column(sa.DateTime(timezone=True), server_default=func.now())
processed_timestamp = sa.Column(sa.DateTime(timezone=True))

0 comments on commit e15c173

Please sign in to comment.