summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCielquan <cielquan@protonmail.com>2020-05-31 17:56:14 +0200
committerCielquan <cielquan@protonmail.com>2020-05-31 17:56:14 +0200
commitd83f34794cdcb8b07d3f67e2ee7acf8f15295cf4 (patch)
tree5b96ed0e4d9a4ebd84371dabdcb3b6f23bd4e81d
parent754b48c8d66dd327289a83e9eea704c3e12e3377 (diff)
downloadsphinx-git-d83f34794cdcb8b07d3f67e2ee7acf8f15295cf4.tar.gz
fixed color imports in coverage.py
-rw-r--r--sphinx/ext/coverage.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py
index 3d186f0cb..536b3b9d2 100644
--- a/sphinx/ext/coverage.py
+++ b/sphinx/ext/coverage.py
@@ -22,9 +22,7 @@ from sphinx.application import Sphinx
from sphinx.builders import Builder
from sphinx.locale import __
from sphinx.util import logging
-from sphinx.util.console import ( # type: ignore
- blue, darkblue, darkgreen, green, red, teal, turquoise
-)
+from sphinx.util.console import red # type: ignore
from sphinx.util.inspect import safe_getattr
logger = logging.getLogger(__name__)