From 9bf3bc1944b14252978a6aa2f963effab7208515 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 5 Mar 2021 23:42:38 +1100 Subject: Remove remaining imports/calls to six not automatically removed by pyupgrade. --- mediagoblin/moderation/tools.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mediagoblin/moderation/tools.py') diff --git a/mediagoblin/moderation/tools.py b/mediagoblin/moderation/tools.py index 2e85a238..de7b6ed9 100644 --- a/mediagoblin/moderation/tools.py +++ b/mediagoblin/moderation/tools.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import six - from mediagoblin import mg_globals from mediagoblin.db.models import User, Privilege, UserBan, LocalUser from mediagoblin.db.base import Session -- cgit v1.2.3