mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
e5a8f45879
commit
ba0ce696f4
@ -59,7 +59,6 @@ class CoverManager(object):
|
||||
</html>
|
||||
''')
|
||||
|
||||
|
||||
def __init__(self, no_default_cover=False, no_svg_cover=False,
|
||||
preserve_aspect_ratio=False, fixed_size=None):
|
||||
self.no_default_cover = no_default_cover
|
||||
@ -170,6 +169,3 @@ class CoverManager(object):
|
||||
titem = getattr(self.oeb.toc, 'item_that_refers_to_cover', None)
|
||||
if titem is not None:
|
||||
titem.href = item.href
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user