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/gmg_commands/users.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mediagoblin/gmg_commands/users.py') diff --git a/mediagoblin/gmg_commands/users.py b/mediagoblin/gmg_commands/users.py index b61a5571..4d4740ca 100644 --- a/mediagoblin/gmg_commands/users.py +++ b/mediagoblin/gmg_commands/users.py @@ -17,8 +17,6 @@ import sys -import six - from mediagoblin.db.models import LocalUser from mediagoblin.gmg_commands import util as commands_util from mediagoblin import auth -- cgit v1.2.3