From 8774db35fdd7c0dddcf7c17c5838fdee9de2c1b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Sep 2020 17:44:22 +0530 Subject: [PATCH] pep8 --- Changelog.yaml | 3 +-- src/calibre/devices/kobo/books.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index 425a09be6d..4b0571440c 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -27,9 +27,8 @@ - title: "Content server's in-browser viewer now supports bookmarking. Bookmarks and highlights are auto-synced across devices." - title: "Regular expression engine used for searching the book list and reading metadata from filenames has been made more powerful." - bug fixes: - - "Version 5.0.1 fixes a bug in 5.0.0 that broke connecting to devices on macOS" + - title: "Version 5.0.1 fixes a bug in 5.0.0 that broke connecting to devices on macOS" - version: 4.23.0 diff --git a/src/calibre/devices/kobo/books.py b/src/calibre/devices/kobo/books.py index ceed3a7c2d..d1840bf0a3 100644 --- a/src/calibre/devices/kobo/books.py +++ b/src/calibre/devices/kobo/books.py @@ -120,7 +120,6 @@ class Book(Book_): return super(Book,self).__str__() + "\n" + ans - class ImageWrapper(object): def __init__(self, image_path):