Remove commented-out code.

This commit is contained in:
Ben Rog-Wilhelm 2023-09-11 02:25:45 -05:00 committed by GitHub
parent 1e0d41af1b
commit 5c66ef81b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):
"""