From a57019a4449e934aa6da8738e3a9631dc947ceac Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 19 Feb 2015 21:53:31 +0530 Subject: [PATCH] Unused import --- src/calibre/db/categories.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/db/categories.py b/src/calibre/db/categories.py index 45c9e5711f..009261f81f 100644 --- a/src/calibre/db/categories.py +++ b/src/calibre/db/categories.py @@ -9,7 +9,6 @@ __docformat__ = 'restructuredtext en' import copy from functools import partial -from operator import attrgetter from future_builtins import map from calibre.ebooks.metadata import author_to_author_sort