useless commit

remotes/1693045480750635534/spooky-22
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")
def __repr__(self):
return f"<Sub(name={self.name})>"
return self.name
@property
@lazy