From 0296cfc97f90a4bab79015449b3483a7bbdf25d0 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 8 Sep 2020 20:28:42 -0700 Subject: [PATCH] doc: wikiparser: Fix a minor flake8 issue Signed-off-by: Sunil Mohan Adapa --- doc/scripts/wikiparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/wikiparser.py b/doc/scripts/wikiparser.py index c6bf62739..17e6c2fd0 100644 --- a/doc/scripts/wikiparser.py +++ b/doc/scripts/wikiparser.py @@ -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: