mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove type check overrides for `tests/test__cli/test__cli_util_errors.py
` (#13305)
This commit is contained in:
@@ -63,7 +63,7 @@ def test_strip_escape_sequences() -> None:
|
||||
assert strip_escape_sequences(ansi_string) == text_string
|
||||
|
||||
|
||||
def test_strip_ansi_short_forms():
|
||||
def test_strip_ansi_short_forms() -> None:
|
||||
# In Sphinx, we always "normalize" the color codes so that they
|
||||
# match "\x1b\[(\d\d;){0,2}(\d\d)m" but it might happen that
|
||||
# some messages use '\x1b[0m' instead of ``reset(s)``, so we
|
||||
|
Reference in New Issue
Block a user