Merge pull request #10084 from flying-sheep/patch-1

Fix typing in docfields.py
This commit is contained in:
Takeshi KOMIYA 2022-01-11 02:27:46 +09:00 committed by GitHub
commit e1fa6c79be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ from sphinx.util import logging
from sphinx.util.typing import TextlikeNode
if TYPE_CHECKING:
from sphinx.directive import ObjectDescription
from sphinx.directives import ObjectDescription
logger = logging.getLogger(__name__)