forked from rDrama/rDrama
1
0
Fork 0

useless commit

master
Aevann1 2022-09-11 16:32:04 +02:00
parent fbe7089d2a
commit 4fd3ebc967
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Sub(Base):
followers = relationship("SubSubscription", primaryjoin="SubSubscription.sub==Sub.name") followers = relationship("SubSubscription", primaryjoin="SubSubscription.sub==Sub.name")
def __repr__(self): def __repr__(self):
return f"<Sub(name={self.name})>" return self.name
@property @property
@lazy @lazy