We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17edcc9 commit dbbdc22Copy full SHA for dbbdc22
sphinx/util/typing.py
@@ -26,7 +26,7 @@
26
UnionType = None
27
28
# classes that have an incorrect .__module__ attribute
29
-_INVALID_BUILTIN_CLASSES: Final[Mapping[Any, str]] = {
+_INVALID_BUILTIN_CLASSES: Final[Mapping[object, str]] = {
30
Context: 'contextvars.Context', # Context.__module__ == '_contextvars'
31
ContextVar: 'contextvars.ContextVar', # ContextVar.__module__ == '_contextvars'
32
Token: 'contextvars.Token', # Token.__module__ == '_contextvars'
0 commit comments