mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix flake8 violations
This commit is contained in:
@@ -11,19 +11,18 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import codecs
|
||||
import os
|
||||
|
||||
import pytest
|
||||
from docutils import nodes
|
||||
|
||||
from sphinx.errors import SphinxWarning
|
||||
from sphinx.testing.util import strip_escseq
|
||||
from sphinx.util import logging
|
||||
from sphinx.util.console import colorize
|
||||
from sphinx.util.logging import is_suppressed_warning
|
||||
from sphinx.util.parallel import ParallelTasks
|
||||
|
||||
import pytest
|
||||
from sphinx.testing.util import strip_escseq
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def test_info_and_warning(app, status, warning):
|
||||
app.verbosity = 2
|
||||
|
||||
Reference in New Issue
Block a user