Skip to content

Commit

Permalink
Silence type check
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Jan 29, 2023
1 parent 9e3ac74 commit 1d95a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_section_index/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d95a2f

Please sign in to comment.