diff --git a/mkdocs_section_index/__init__.py b/mkdocs_section_index/__init__.py index 2a35588..3107684 100644 --- a/mkdocs_section_index/__init__.py +++ b/mkdocs_section_index/__init__.py @@ -17,7 +17,7 @@ def __init__( Section.__init__(self, title=title, children=children) self.is_section = self.is_page = True - active = Page.active + active = Page.active # type: ignore def __repr__(self): return "Section" + Page.__repr__(self)