summaryrefslogtreecommitdiffstats
path: root/rtemsspec/applconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/applconfig.py')
-rw-r--r--rtemsspec/applconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsspec/applconfig.py b/rtemsspec/applconfig.py
index a2f22d2a..efa1d776 100644
--- a/rtemsspec/applconfig.py
+++ b/rtemsspec/applconfig.py
@@ -61,6 +61,7 @@ class _ContentAdaptor:
By default, Sphinx content is generated.
"""
+
def __init__(self, mapper: ItemMapper, content: Any) -> None:
self.mapper = mapper
self.content = content
@@ -137,6 +138,7 @@ class _ContentAdaptor:
class _SphinxContentAdaptor(_ContentAdaptor):
+
def __init__(self, mapper: ItemMapper) -> None:
super().__init__(mapper, SphinxContent())