mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-20 05:23:02 -05:00
pep8
This commit is contained in:
parent
cdbf10ffab
commit
a4f2288976
@ -18,7 +18,6 @@ class OEBOutput(OutputFormatPlugin):
|
|||||||
|
|
||||||
recommendations = set([('pretty_print', True, OptionRecommendation.HIGH)])
|
recommendations = set([('pretty_print', True, OptionRecommendation.HIGH)])
|
||||||
|
|
||||||
|
|
||||||
def convert(self, oeb_book, output_path, input_plugin, opts, log):
|
def convert(self, oeb_book, output_path, input_plugin, opts, log):
|
||||||
from urllib import unquote
|
from urllib import unquote
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user