mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
341d414043
commit
39a85939b9
@ -28,6 +28,7 @@ def process_info_box(bx):
|
|||||||
info += f'<blockquote>{process_node(x)}</blockquote>'
|
info += f'<blockquote>{process_node(x)}</blockquote>'
|
||||||
return info
|
return info
|
||||||
|
|
||||||
|
|
||||||
def process_node(node):
|
def process_node(node):
|
||||||
ntype = node.get('type', '')
|
ntype = node.get('type', '')
|
||||||
if ntype == 'CROSSHEAD':
|
if ntype == 'CROSSHEAD':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user