mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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:
|
||||
text = [PlainText(target)]
|
||||
|
||||
return super().__init__(target, text, params)
|
||||
super().__init__(target, text, params)
|
||||
|
||||
def to_docbook(self, context=None):
|
||||
if self.page_title:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user