mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Subreddit: remove unusable .flair property
The flair_ids() function is disabled, so this property did not work.
This commit is contained in:
@@ -573,10 +573,6 @@ class Subreddit(Thing, Printable, BaseSite):
|
||||
def subscribers(self):
|
||||
return self.subscriber_ids()
|
||||
|
||||
@property
|
||||
def flair(self):
|
||||
return self.flair_ids()
|
||||
|
||||
@property
|
||||
def accounts_active(self):
|
||||
if self.hide_num_users_info:
|
||||
|
||||
Reference in New Issue
Block a user