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/tools/exif.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mediagoblin/tools/exif.py') diff --git a/mediagoblin/tools/exif.py b/mediagoblin/tools/exif.py index cf739b07..99285d67 100644 --- a/mediagoblin/tools/exif.py +++ b/mediagoblin/tools/exif.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 exifread import process_file from exifread.utils import Ratio -- cgit v1.2.3