sneed
This commit is contained in:
parent
fc1af6c375
commit
d309ac35ae
5 changed files with 16 additions and 20 deletions
|
@ -214,10 +214,6 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
|
|||
|
||||
return data
|
||||
|
||||
@property
|
||||
def voted(self):
|
||||
return self.__dict__.get("_voted")
|
||||
|
||||
@property
|
||||
def is_blocking(self):
|
||||
return self.__dict__.get('_is_blocking', 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue