mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typing in docfields.py
This commit is contained in:
parent
b90a52c93c
commit
81998842f5
@ -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__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user