df
This commit is contained in:
parent
c9ed617ae5
commit
e0cbefe7f6
2 changed files with 0 additions and 12 deletions
|
@ -345,10 +345,6 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
|
|||
x = 0
|
||||
return x
|
||||
|
||||
@property
|
||||
def title(self):
|
||||
return self.__dict__.get("_title", self.author.title)
|
||||
|
||||
@property
|
||||
def is_blocking(self):
|
||||
return self.__dict__.get('_is_blocking', 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue