Update sphinx/util/cfamily.py

Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
This commit is contained in:
Jeremy Maitin-Shepard 2022-03-11 05:02:41 -08:00 committed by GitHub
parent 8aa785fe5d
commit f3277570b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ from typing import Any, Callable, List, Match, Optional, Pattern, Tuple, Union
from docutils import nodes
from docutils.nodes import TextElement
import sphinx.addnodes
from sphinx import addnodes
from sphinx.config import Config
from sphinx.util import logging