mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
0e9904e3dd
commit
8774db35fd
@ -27,9 +27,8 @@
|
|||||||
- title: "Content server's in-browser viewer now supports bookmarking. Bookmarks and highlights are auto-synced across devices."
|
- 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."
|
- title: "Regular expression engine used for searching the book list and reading metadata from filenames has been made more powerful."
|
||||||
|
|
||||||
bug fixes:
|
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
|
- version: 4.23.0
|
||||||
|
@ -120,7 +120,6 @@ class Book(Book_):
|
|||||||
return super(Book,self).__str__() + "\n" + ans
|
return super(Book,self).__str__() + "\n" + ans
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class ImageWrapper(object):
|
class ImageWrapper(object):
|
||||||
|
|
||||||
def __init__(self, image_path):
|
def __init__(self, image_path):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user