diff --git a/src/calibre/gui2/store/search/models.py b/src/calibre/gui2/store/search/models.py index c922bb31d7..89c11445b3 100644 --- a/src/calibre/gui2/store/search/models.py +++ b/src/calibre/gui2/store/search/models.py @@ -10,7 +10,7 @@ import re from operator import attrgetter from PyQt4.Qt import (Qt, QAbstractItemModel, QVariant, QPixmap, QModelIndex, QSize, - pyqtSignal, QIcon) + pyqtSignal) from calibre.gui2 import NONE, FunctionDispatcher from calibre.gui2.store.search_result import SearchResult