Fix typing in docfields.py

This commit is contained in:
Philipp A 2022-01-10 17:02:40 +01:00 committed by GitHub
parent b90a52c93c
commit 81998842f5
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 from sphinx.util.typing import TextlikeNode
if TYPE_CHECKING: if TYPE_CHECKING:
from sphinx.directive import ObjectDescription from sphinx.directives import ObjectDescription
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)