Skip to content

Commit 1d95a2f

Browse files
committed
Silence type check
1 parent 9e3ac74 commit 1d95a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_section_index/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(
1717
Section.__init__(self, title=title, children=children)
1818
self.is_section = self.is_page = True
1919

20-
active = Page.active
20+
active = Page.active # type: ignore
2121

2222
def __repr__(self):
2323
return "Section" + Page.__repr__(self)

0 commit comments

Comments
 (0)