diff --git a/move_html_to_dir b/move_html_to_dir index 9fefa47..67ebc03 100755 --- a/move_html_to_dir +++ b/move_html_to_dir @@ -26,7 +26,7 @@ def replace_links(path: Path, replacements: Dict[str, str]): def main(path: Path): - replacements = {} + replacements: Dict[str, str] = {} for p in path.glob("**/*.html"): if str(p.parent) == ".": # Don't convert top-level files.