mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #10084 from flying-sheep/patch-1
Fix typing in docfields.py
This commit is contained in:
commit
e1fa6c79be
@ -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