mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Remove extra "is_mod" from AccountJsonTemplate
It's already in the IdentityJsonTemplate subclass
This commit is contained in:
@@ -383,7 +383,6 @@ class AccountJsonTemplate(IdentityJsonTemplate):
|
||||
has_mail="has_mail",
|
||||
has_mod_mail="has_mod_mail",
|
||||
is_friend="is_friend",
|
||||
is_mod="is_mod",
|
||||
)
|
||||
|
||||
def thing_attr(self, thing, attr):
|
||||
|
||||
Reference in New Issue
Block a user