mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04: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