Skip to content

Commit a41e87d

Browse files
retepspawamoy
andauthored
Update plugin.py
Co-authored-by: Timothée Mazzucotelli <dev@pawamoy.fr>
1 parent 19d65b9 commit a41e87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_redirects/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class RedirectEntry(TypedDict):
105105
overall: str
106106

107107

108-
def build_redirect_entries(redirects: dict):
108+
def build_redirect_entries(redirects: dict) -> dict[str, RedirectEntry]:
109109
"""
110110
This builds a more-detailed lookup table from the original old->new page mappings.
111111

0 commit comments

Comments
 (0)