Skip to content

Commit

Permalink
Merge pull request sphinx-doc#10084 from flying-sheep/patch-1
Browse files Browse the repository at this point in the history
Fix typing in docfields.py
  • Loading branch information
tk0miya committed Jan 10, 2022
2 parents b90a52c + 8199884 commit e1fa6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/util/docfields.py
Expand Up @@ -21,7 +21,7 @@
from sphinx.util.typing import TextlikeNode

if TYPE_CHECKING:
from sphinx.directive import ObjectDescription
from sphinx.directives import ObjectDescription

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e1fa6c7

Please sign in to comment.