summaryrefslogtreecommitdiff
path: root/sphinx/builders/singlehtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/singlehtml.py')
-rw-r--r--sphinx/builders/singlehtml.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/builders/singlehtml.py b/sphinx/builders/singlehtml.py
index df90b4c73..d8ab978ed 100644
--- a/sphinx/builders/singlehtml.py
+++ b/sphinx/builders/singlehtml.py
@@ -19,8 +19,7 @@ from sphinx.builders.html import StandaloneHTMLBuilder
from sphinx.deprecation import RemovedInSphinx40Warning, deprecated_alias
from sphinx.environment.adapters.toctree import TocTree
from sphinx.locale import __
-from sphinx.util import logging
-from sphinx.util import progress_message
+from sphinx.util import logging, progress_message
from sphinx.util.console import darkgreen # type: ignore
from sphinx.util.nodes import inline_all_toctrees