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:
@@ -15,6 +15,7 @@ from functools import wraps
|
||||
from xml.etree import ElementTree
|
||||
|
||||
from six import string_types
|
||||
from six import StringIO
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -207,8 +208,6 @@ def strip_escseq(text):
|
||||
# #############################################
|
||||
# DEPRECATED implementations
|
||||
|
||||
from six import StringIO
|
||||
|
||||
|
||||
def gen_with_app(*args, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user