mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fixed color imports in coverage.py
This commit is contained in:
parent
754b48c8d6
commit
d83f34794c
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user