forked from rDrama/rDrama
1
0
Fork 0

remove space

master
Aevann 2024-05-17 17:26:36 +03:00
parent fbb0ce733a
commit 5ffabf632c
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class Chat(Base):
name = Column(String)
created_utc = Column(Integer)
@property
@lazy
def owner_id(self):