diff options
Diffstat (limited to 'sphinx/util/__init__.py')
-rw-r--r-- | sphinx/util/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/__init__.py b/sphinx/util/__init__.py index f31c34e18..d7dd6d95f 100644 --- a/sphinx/util/__init__.py +++ b/sphinx/util/__init__.py @@ -51,7 +51,7 @@ from sphinx.util.matching import patfilter # noqa if False: # For type annotation from sphinx.application import Sphinx - from sphinx.builders import Builder + logger = logging.getLogger(__name__) |