diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-08 12:57:53 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-08 12:57:54 +0900 |
commit | e31189d9707037410fa83475db9688cc7ad04a9a (patch) | |
tree | 2a5daa54a787e2f3fecf3f8a10b7057294b1f2d7 /sphinx/config.py | |
parent | 78e8a703fda026f9672f393719f796f4fa5756f5 (diff) | |
download | sphinx-git-e31189d9707037410fa83475db9688cc7ad04a9a.tar.gz |
test: do not use "object" for the type annotation
Usually we use "Any" type for the type annotation which takes any kinds
of types, instead of "object" class. So this replaces "object" to "Any"
in our example.
Diffstat (limited to 'sphinx/config.py')
0 files changed, 0 insertions, 0 deletions