forked from rDrama/rDrama
1
0
Fork 0

remove line

master
Aevann 2024-03-09 21:15:49 +02:00
parent 51bf7fbc97
commit b1e45351c0
1 changed files with 0 additions and 1 deletions

View File

@ -1355,7 +1355,6 @@ class User(Base):
@property
@lazy
def alts(self):
subq = g.db.query(Alt).filter(
or_(
Alt.user1 == self.id,