mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
doc: wikiparser: Fix a minor flake8 issue
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
42037b8330
commit
0296cfc97f
@ -214,7 +214,7 @@ class EmbeddedAttachment(EmbeddedLink):
|
|||||||
if not text:
|
if not text:
|
||||||
text = [PlainText(target)]
|
text = [PlainText(target)]
|
||||||
|
|
||||||
return super().__init__(target, text, params)
|
super().__init__(target, text, params)
|
||||||
|
|
||||||
def to_docbook(self, context=None):
|
def to_docbook(self, context=None):
|
||||||
if self.page_title:
|
if self.page_title:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user