Skip to content

Commit dbbdc22

Browse files
committed
fixup
1 parent 17edcc9 commit dbbdc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/util/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
UnionType = None
2727

2828
# classes that have an incorrect .__module__ attribute
29-
_INVALID_BUILTIN_CLASSES: Final[Mapping[Any, str]] = {
29+
_INVALID_BUILTIN_CLASSES: Final[Mapping[object, str]] = {
3030
Context: 'contextvars.Context', # Context.__module__ == '_contextvars'
3131
ContextVar: 'contextvars.ContextVar', # ContextVar.__module__ == '_contextvars'
3232
Token: 'contextvars.Token', # Token.__module__ == '_contextvars'

0 commit comments

Comments
 (0)