Remove commented-out code.
This commit is contained in:
parent
1e0d41af1b
commit
5c66ef81b3
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@ class ViewerRelationship(Base):
|
|||
|
||||
viewer = relationship("User", primaryjoin="ViewerRelationship.viewer_id == User.id", viewonly=True)
|
||||
|
||||
# def __init__(self, **kwargs):
|
||||
# if 'last_view_utc' not in kwargs:
|
||||
# kwargs['last_view_utc'] = int(time.time())
|
||||
|
||||
# super().__init__(**kwargs)
|
||||
|
||||
@property
|
||||
def last_view_utc(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue