Skip to content

Commit 0a5094a

Browse files
committed
Fix typing
1 parent 33d55ad commit 0a5094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_ref_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import mkdocs_gen_files
66

7-
nav = mkdocs_gen_files.Nav()
7+
nav = mkdocs_gen_files.Nav() # type: ignore[attr-defined, no-untyped-call]
88

99
root = Path(__file__).parent.parent
1010
src = root / "src"

0 commit comments

Comments
 (0)