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/plugins/ldap/tools.py | 2 -- mediagoblin/plugins/ldap/views.py | 2 -- 2 files changed, 4 deletions(-) (limited to 'mediagoblin/plugins/ldap') diff --git a/mediagoblin/plugins/ldap/tools.py b/mediagoblin/plugins/ldap/tools.py index 89ac8c11..c928ee7c 100644 --- a/mediagoblin/plugins/ldap/tools.py +++ b/mediagoblin/plugins/ldap/tools.py @@ -16,8 +16,6 @@ import ldap import logging -import six - from mediagoblin.tools import pluginapi _log = logging.getLogger(__name__) diff --git a/mediagoblin/plugins/ldap/views.py b/mediagoblin/plugins/ldap/views.py index 99ecb456..94af5465 100644 --- a/mediagoblin/plugins/ldap/views.py +++ b/mediagoblin/plugins/ldap/views.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, messages from mediagoblin.auth.tools import register_user from mediagoblin.db.models import User, LocalUser -- cgit v1.2.3