We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3ac74 commit 1d95a2fCopy full SHA for 1d95a2f
mkdocs_section_index/__init__.py
@@ -17,7 +17,7 @@ def __init__(
17
Section.__init__(self, title=title, children=children)
18
self.is_section = self.is_page = True
19
20
- active = Page.active
+ active = Page.active # type: ignore
21
22
def __repr__(self):
23
return "Section" + Page.__repr__(self)
0 commit comments