Skip to content

Commit

Permalink
FIX: relink typing_extensions.NotRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 20, 2024
1 parent 2a987d2 commit ae3b7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"TOMLDocument": "tomlkit.TOMLDocument",
"Table": "tomlkit.items.Table",
"V": "typing.TypeVar",
"typing_extensions.NotRequired": ("obj", "typing.NotRequired"),
}
author = "Common Partial Wave Analysis"
autodoc_member_order = "bysource"
Expand Down

0 comments on commit ae3b7c8

Please sign in to comment.