From 1a117fffbdf94ed764ffdc8284d3453324b0a49d Mon Sep 17 00:00:00 2001 From: Keith Mitchell Date: Thu, 13 Feb 2014 11:52:18 -0800 Subject: [PATCH] Remove extra "is_mod" from AccountJsonTemplate It's already in the IdentityJsonTemplate subclass --- r2/r2/lib/jsontemplates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index a42a31c75..93f245ff1 100755 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -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):