summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosectionlabel.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/ext/autosectionlabel.py')
-rw-r--r--sphinx/ext/autosectionlabel.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sphinx/ext/autosectionlabel.py b/sphinx/ext/autosectionlabel.py
index 4bb401791..73a460117 100644
--- a/sphinx/ext/autosectionlabel.py
+++ b/sphinx/ext/autosectionlabel.py
@@ -8,8 +8,7 @@
:license: BSD, see LICENSE for details.
"""
-from typing import Any, Dict
-from typing import cast
+from typing import Any, Dict, cast
from docutils import nodes
from docutils.nodes import Node
@@ -20,7 +19,6 @@ from sphinx.locale import __
from sphinx.util import logging
from sphinx.util.nodes import clean_astext
-
logger = logging.getLogger(__name__)